Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ sniff
Method
sniff
scapy/ansmachine.py:216–218 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
214
print(
"Interrupted by user"
)
215
216
def
sniff(self):
217
# type: () -> None
218
sniff(**self.optsniff)
219
220
def
sniff_bg(self):
221
# type: () -> None
Callers
1
__call__
Method · 0.95
Calls
1
sniff
Function · 0.90
Tested by
no test coverage detected