Fix typo in documentation

Fix a typo the usage section of the documentation.
This commit is contained in:
Brian Smith 2017-12-02 19:49:20 -05:00
parent ba3b9e14ba
commit 4f1e40210b
No known key found for this signature in database
GPG Key ID: 49431CADCCE97BFA
1 changed files with 1 additions and 1 deletions

View File

@ -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::