Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-14 | Fix Segmentation fault for tcpdump when used in combination with | Marcus 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-02 | Display payload for DS to DS and NO DS traffic. | Can Erkin Acar | |
ok reyk@, looks ok damien@ | |||
2007-06-03 | unbreak 802.11 element parsing by using the TCHECK2 macro correctly | Reyk Floeter | |
ok claudio@ | |||
2007-03-27 | Fix aligenment issues by using bcopy() and a local variable instead of the | Claudio 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-26 | Print 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-23 | set the RSSI Max value in ath(4) and use the new RSSI radiotap header | Reyk 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-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-11-22 | add printer for IAPP and hostapd(8) messages | Reyk Floeter | |
ok canacar@, tested by aanriot@ and others | |||
2005-05-28 | support decapsulation of 802.11 data frames | Reyk Floeter | |
ok canacar@ | |||
2005-03-09 | simplification; ok reyk | Theo de Raadt | |
2005-03-08 | make this compile on strict-alignment architectures. someone send | Theo de Raadt | |
reyk a sparc64 please! | |||
2005-03-07 | add 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@ |