Home
last modified time | relevance | path

Searched refs:TCPOptions (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/modules/
Dp0f.py21 from scapy.layers.inet import IP, TCP, TCPOptions
187 ooo += "?%i," % TCPOptions[1][option[0]]
484 if int(opt[1:]) in TCPOptions[0]:
485 optname = TCPOptions[0][int(opt[1:])][0]
486 optstruct = TCPOptions[0][int(opt[1:])][1]
/external/scapy/scapy/layers/
Dinet.py223 TCPOptions = ( variable
279 if onum in TCPOptions[0]:
280 oname, ofmt = TCPOptions[0][onum]
303 elif oname in TCPOptions[1]:
304 onum = TCPOptions[1][oname]
305 ofmt = TCPOptions[0][onum][1]