mirror of https://github.com/secdev/scapy.git
Fix typo in documentation
Fix a typo the usage section of the documentation.
This commit is contained in:
parent
ba3b9e14ba
commit
4f1e40210b
|
@ -1329,7 +1329,7 @@ Wireless sniffing
|
|||
|
||||
The following command will display information similar to most wireless sniffers::
|
||||
|
||||
>>> sniff(iface="ath0",prn=lambda x:x.sprintf("{Dot11Beacon:%Dot11.addr3%\t%Dot11Beacon.info%\t%PrismHeader.channel%\tDot11Beacon.cap%}"))
|
||||
>>> sniff(iface="ath0",prn=lambda x:x.sprintf("{Dot11Beacon:%Dot11.addr3%\t%Dot11Beacon.info%\t%PrismHeader.channel%\t%Dot11Beacon.cap%}"))
|
||||
|
||||
The above command will produce output similar to the one below::
|
||||
|
||||
|
|
Loading…
Reference in New Issue