| 1053 | |
| 1054 | |
| 1055 | class XByteField(ByteField): |
| 1056 | def i2repr(self, pkt, x): |
| 1057 | # type: (Optional[Packet], int) -> str |
| 1058 | return lhex(self.i2h(pkt, x)) |
| 1059 | |
| 1060 | |
| 1061 | # XXX Unused field: at least add some tests |
no outgoing calls
no test coverage detected