summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-802_11.c
AgeCommit message (Collapse)Author
2007-08-14Fix Segmentation fault for tcpdump when used in combination withMarcus Glocker
``-v -y IEEE802_11'', and ``-v -y IEEE802_11_RADIO''. The snaplen was passed instead of the real packet size at some point, which caused tcpdump todo tcp checksum verifications on packets where it shouldn't. Diff from canacar@ and me, tested by canacar@, reyk@, and me. OK canacar@ reyk@
2007-07-02Display payload for DS to DS and NO DS traffic.Can Erkin Acar
ok reyk@, looks ok damien@
2007-06-03unbreak 802.11 element parsing by using the TCHECK2 macro correctlyReyk Floeter
ok claudio@
2007-03-27Fix aligenment issues by using bcopy() and a local variable instead of theClaudio Jeker
problematic *(u_intXX_t*)t casts. This fixes the bus errors I got on sparc64 while doing IEEE802_11_RADIO dumps. OK reyk@ mglocker@
2007-03-26Print the reason code of deauth and disassociation packets if in verbose mode.Claudio Jeker
This helps debugging issues with stations that fail to join a network. OK mglocker@, reyk@, jsg@
2006-06-23set the RSSI Max value in ath(4) and use the new RSSI radiotap headerReyk Floeter
instead of the old db signal header. also allow tcpdump and hostapd to print the new RSSI radiotap header values current/max rssi. ok damien@ jsg@
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-11-22add printer for IAPP and hostapd(8) messagesReyk Floeter
ok canacar@, tested by aanriot@ and others
2005-05-28support decapsulation of 802.11 data framesReyk Floeter
ok canacar@
2005-03-09simplification; ok reykTheo de Raadt
2005-03-08make this compile on strict-alignment architectures. someone sendTheo de Raadt
reyk a sparc64 please!
2005-03-07add a printer for 802.11 and for additional radiotap headers,Reyk Floeter
use -y IEEE802_11 or IEEE802_11_RADIO if supported by the driver. ok canacar@