MCPcopy Index your code
hub / github.com/secdev/scapy / start

Method start

scapy/sendrecv.py:1398–1403  ·  view source on GitHub ↗

Starts AsyncSniffer in async mode

(self)

Source from the content-addressed store, hash-verified

1396 self.results = PacketList(lst, "Sniffed")
1397
1398 def start(self):
1399 # type: () -> None
1400 """Starts AsyncSniffer in async mode"""
1401 self._setup_thread()
1402 if self.thread:
1403 self.thread.start()
1404
1405 def stop(self, join=True):
1406 # type: (bool) -> Optional[PacketList]

Callers 1

sniffMethod · 0.95

Calls 1

_setup_threadMethod · 0.95

Tested by

no test coverage detected