Skip to content

Commit

Permalink
Correct misleading documentation
Browse files Browse the repository at this point in the history
Update the comment for the `iface` argument for the AsyncSniffer class as it was incorrect.
  • Loading branch information
rdhammond15 authored and gpotter2 committed Feb 4, 2024
1 parent 1eaa24f commit 2736d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scapy/sendrecv.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ class AsyncSniffer(object):
we have to stop the capture after this packet.
--Ex: stop_filter = lambda x: x.haslayer(TCP)
iface: interface or list of interfaces (default: None for sniffing
on all interfaces).
on the default interface).
monitor: use monitor mode. May not be available on all OS
started_callback: called as soon as the sniffer starts sniffing
(default: None).
Expand Down

0 comments on commit 2736d43

Please sign in to comment.