Searched refs:TCP (Results 1 – 3 of 3) sorted by relevance
25 from scapy.all import TCP105 if TCP in pkt and pkt[TCP].dport == self.proxy_port and Raw in pkt\
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
63 TCP = "00000004-0000-1000-8000-00805F9B34FB" variable in RfcommUuid