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

Method any2i

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

Source from the content-addressed store, hash-verified

2845 LEThreeBytesField.__init__(self, name, default)
2846
2847 def any2i(self, pkt, x):
2848 # type: (Optional[Packet], Any) -> int
2849 return _EnumField.any2i(self, pkt, x) # type: ignore
2850
2851 def i2repr(self, pkt, x): # type: ignore
2852 # type: (Optional[Packet], Any) -> Union[List[str], str]

Callers

nothing calls this directly

Calls 1

any2iMethod · 0.45

Tested by

no test coverage detected