diff --git a/doc/scapy/usage.rst b/doc/scapy/usage.rst index 4abf75efd..12041e870 100644 --- a/doc/scapy/usage.rst +++ b/doc/scapy/usage.rst @@ -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::