Searched refs:GRE_PPTP (Results 1 – 3 of 3) sorted by relevance
30 assert GRE_PPTP in pkt31 gre_pptp = pkt[GRE_PPTP]54 GRE_PPTP(seqnum_present=1, acknum_present=1, seqence_number=47, ack_number=42) /\62 assert GRE_PPTP in pkt68 assert pkt[GRE_PPTP].chksum_present == 069 assert pkt[GRE_PPTP].routing_present == 070 assert pkt[GRE_PPTP].key_present == 171 assert pkt[GRE_PPTP].seqnum_present == 172 assert pkt[GRE_PPTP].acknum_present == 173 assert pkt[GRE_PPTP].seqence_number == 47[all …]
18 from scapy.layers.l2 import Ether, CookedLinux, GRE_PPTP714 bind_layers( GRE_PPTP, PPP, proto=0x880b)
347 return GRE_PPTP358 class GRE_PPTP(GRE): class