Home
last modified time | relevance | path

Searched refs:RandByte (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/modules/
Dp0f.py24 from scapy.volatile import RandInt, RandByte, RandChoice, RandNum, RandShort, RandString
441 options.append(('WScale', RandByte()))
/external/scapy/scapy/contrib/
Disis.py73 from scapy.volatile import RandString, RandByte
159 val += (RandByte(),)
/external/scapy/scapy/
Dvolatile.py158 class RandByte(RandNum): class
285 v = RandByte()
Dfields.py101 return {"B":RandByte,"H":RandShort,"I":RandInt, "Q":RandLong}[fmtt]()