Home
last modified time | relevance | path

Searched refs:StreamSocket (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/
Dsupersocket.py128 class StreamSocket(SimpleSocket): class
152 class SSLStreamSocket(StreamSocket):
Dsendrecv.py27 from scapy.supersocket import StreamSocket, L3RawSocket, L2ListenTcpdump
96 elif (conf.use_pcap and not isinstance(pks, (StreamSocket, L3RawSocket, L2ListenTcpdump))) or \
97 (not isinstance(pks, (StreamSocket, L2ListenTcpdump)) and (DARWIN or FREEBSD or OPENBSD)):
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb551 …eive packets. The following example assigns an UDP socket to a Scapy `StreamSocket`, which is then…
587 "# Create the StreamSocket and gives the class used to decode the answer\n",
588 "ssck = StreamSocket(sck)\n",
1015 …"Modifying the previous `StreamSocket` example to use TCP allows to use the new `DNSCTP` layer eas…
1050 "# Create the StreamSocket and gives the class used to decode the answer\n",
1051 "ssck = StreamSocket(sck)\n",
/external/scapy/test/
Dregression.uts7809 + Tests of StreamSocket
7823 ssck = StreamSocket(sck)