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

Method any2i

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

Source from the content-addressed store, hash-verified

2685 _BitField.__init__(self, name, default, size, **kwargs)
2686
2687 def any2i(self, pkt, x):
2688 # type: (Optional[Packet], Any) -> Union[List[int], int]
2689 return _EnumField.any2i(self, pkt, x)
2690
2691 def i2repr(self,
2692 pkt, # type: Optional[Packet]

Callers

nothing calls this directly

Calls 1

any2iMethod · 0.45

Tested by

no test coverage detected