MCPcopy 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
376class RandShort(RandNum):
377 def __init__(self):
378 # type: () -> None
379 RandNum.__init__(self, 0, 2**16 - 1)
380
381
382class RandSShort(RandNum):

Callers 15

GTPHeaderClass · 0.90
IE_Port_NumberClass · 0.90
randvalMethod · 0.90
PCOMClass · 0.90
p0f_impersonateFunction · 0.90
p0f_impersonateFunction · 0.90
dns_resolveFunction · 0.90
tracerouteFunction · 0.90
fragleakFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected