Searched refs:TCPOptions (Results 1 – 2 of 2) sorted by relevance
21 from scapy.layers.inet import IP, TCP, TCPOptions187 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]
223 TCPOptions = ( variable279 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]