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

Method any2i

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

Source from the content-addressed store, hash-verified

896 return inet_ntoa(x)
897
898 def any2i(self, pkt, x):
899 # type: (Optional[Packet], Any) -> Any
900 return self.h2i(pkt, x)
901
902 def i2repr(self, pkt, x):
903 # type: (Optional[Packet], Union[str, Net]) -> str

Callers

nothing calls this directly

Calls 1

h2iMethod · 0.95

Tested by

no test coverage detected