Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ RandShort
Class
RandShort
scapy/volatile.py:376–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
375
376
class
RandShort(RandNum):
377
def
__init__(self):
378
# type: () -> None
379
RandNum.__init__(self, 0, 2**16 - 1)
380
381
382
class
RandSShort(RandNum):
Callers
15
SkinnyMessageOpenReceiveChannelAck
Class · 0.90
SkinnyMessageStartMediaTransmission
Class · 0.90
SkinnyMessageCloseReceiveChannel
Class · 0.90
GTPHeader
Class · 0.90
IE_Port_Number
Class · 0.90
randval
Method · 0.90
PCOM
Class · 0.90
p0f_impersonate
Function · 0.90
p0f_impersonate
Function · 0.90
dns_resolve
Function · 0.90
traceroute
Function · 0.90
fragleak
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected