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

Method __init__

scapy/fields.py:915–917  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

913
914class SourceIPField(IPField):
915 def __init__(self, name):
916 # type: (str) -> None
917 IPField.__init__(self, name, None)
918
919 def __findaddr(self, pkt):
920 # type: (Packet) -> Optional[str]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected