Searched refs:TCP (Results 1 – 5 of 5) sorted by relevance
39 from scapy.all import TCP107 elif not tls and TCP in pkt and pkt[TCP].dport == 853 and \108 not pkt[TCP].flags:119 if TCP in pkt and pkt[TCP].flags == RST and pkt[TCP].dport == 853:
30 from scapy.all import TCP192 if TCP in pkt and pkt[TCP].dport == TCP_SERVER_PORT and \193 pkt[TCP].sport == cport and pkt[TCP].flags == ACK and \194 not seq or pkt[TCP].seq == seq:196 seq = pkt[TCP].seq
25 from scapy.all import TCP105 if TCP in pkt and pkt[TCP].dport == self.proxy_port and Raw in pkt\
142 transport protocols such as TCP and UDP, control298 | IPv6 header | TCP header + data301 | TCP |306 | IPv6 header | Routing header | TCP header + data309 | Routing | TCP |314 | IPv6 header | Routing header | Fragment header | fragment of TCP317 | Routing | Fragment | TCP |1471 illustration shows the TCP and UDP "pseudo-header" for IPv6:1503 upper-layer protocol (e.g., 6 for TCP, or 17 for UDP). It will1509 length of the upper-layer header and data (e.g., TCP header[all …]
63 TCP = "00000004-0000-1000-8000-00805F9B34FB" variable in RfcommUuid