Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ sniff
Method
sniff
scapy/layers/dot11.py:2139–2140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2137
sendp(reply, iface=self.ifto, **self.optsend)
2138
2139
def
sniff(self):
2140
sniff(iface=self.iffrom, **self.optsniff)
2141
2142
2143
conf.stats_dot11_protocols += [Dot11WEP, Dot11Beacon, ]
Callers
4
scan
Function · 0.45
scan_extended
Function · 0.45
isotp_scan
Function · 0.45
drain_bus
Function · 0.45
Calls
1
sniff
Function · 0.90
Tested by
no test coverage detected