Searched refs:StreamSocket (Results 1 – 4 of 4) sorted by relevance
/external/scapy/scapy/ |
D | supersocket.py | 128 class StreamSocket(SimpleSocket): class 152 class SSLStreamSocket(StreamSocket):
|
D | sendrecv.py | 27 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/ |
D | Scapy in 15 minutes.ipynb | 551 …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/ |
D | regression.uts | 7809 + Tests of StreamSocket 7823 ssck = StreamSocket(sck)
|