Searched defs:TCPerror (Results 1 - 2 of 2) sorted by relevance

/external/scapy/scapy/layers/
H A Dinet.py744 class TCPerror(TCP): class in inherits:TCP
807 bind_layers( IPerror, TCPerror, frag=0, proto=6)
1192 txt += r.sprintf("{TCP:%IP.src%:%TCP.sport% %TCP.flags%}{TCPerror:%IPerror.dst%:%TCPerror.dport% %IP.src% %ir,ICMP.type%}\n")
1635 rep += r.sprintf("%TCPerror.dport% & closed & ICMP type %ICMP.type%/%ICMP.code% from %IP.src% \\\\\n")
H A Dinet6.py70 from scapy.layers.inet import IP, IPTools, TCP, TCPerror, TracerouteResult, \
3922 bind_layers(IPerror6, TCPerror, nh = socket.IPPROTO_TCP )
71 UDP, UDPerror namespace

Completed in 143 milliseconds