MCPcopy Index your code
hub / github.com/secdev/scapy / i2m

Method i2m

scapy/fields.py:838–840  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

836
837class LEMACField(MACField):
838 def i2m(self, pkt, x):
839 # type: (Optional[Packet], Optional[str]) -> bytes
840 return MACField.i2m(self, pkt, x)[::-1]
841
842 def m2i(self, pkt, x):
843 # type: (Optional[Packet], bytes) -> str

Callers

nothing calls this directly

Calls 1

i2mMethod · 0.45

Tested by

no test coverage detected