Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ randval
Method
randval
scapy/fields.py:909–911 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
907
return
r
if
isinstance(r, str)
else
repr(r)
908
909
def
randval(self):
910
# type: () -> RandIP
911
return
RandIP()
912
913
914
class
SourceIPField(IPField):
Callers
nothing calls this directly
Calls
1
RandIP
Class · 0.90
Tested by
no test coverage detected