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

Method any2i

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

Source from the content-addressed store, hash-verified

2711 BitLenField.__init__(self, name, default, length_from, **kwargs)
2712
2713 def any2i(self, pkt, x):
2714 # type: (Optional[Packet], Any) -> int
2715 return _EnumField.any2i(self, pkt, x) # type: ignore
2716
2717 def i2repr(self,
2718 pkt, # type: Optional[Packet]

Callers

nothing calls this directly

Calls 1

any2iMethod · 0.45

Tested by

no test coverage detected