MCPcopy 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
2143conf.stats_dot11_protocols += [Dot11WEP, Dot11Beacon, ]

Callers 4

scanFunction · 0.45
scan_extendedFunction · 0.45
isotp_scanFunction · 0.45
drain_busFunction · 0.45

Calls 1

sniffFunction · 0.90

Tested by

no test coverage detected