(self, pkt, x)
| 1281 | return x |
| 1282 | |
| 1283 | def i2m(self, pkt, x): |
| 1284 | # type: (Optional[packet.Packet], HPackStringsInterface) -> str |
| 1285 | return raw(x) |
| 1286 | |
| 1287 | def i2len(self, pkt, x): |
| 1288 | # type: (Optional[packet.Packet], HPackStringsInterface) -> int |