Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
914
class
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