aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2011-10-12From Jouni Malinen: Anders Broman1-0/+4
Move sniffer meta data parsing to separate files packet-ieee80211.c includes dissectors for three different styles of IEEE 802.11 sniffer meta data (like signal strength). Move these to separate files in the same style as a fourth format (radiotap) was already handled, so that packet-ieee80211.c focuses on the actual IEEE 802.11 frame dissecting. This reverts http://anonsvn.wireshark.org/viewvc?revision=23911&view=revision Objections? https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6443 svn path=/trunk/; revision=39379
2011-05-31From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5830Alexis La Goutte1-1/+1
802.11 Tag WME Qos Info field is not decoded From me : * Update from Trunk * Make item fiterable svn path=/trunk/; revision=37497
2008-07-12More (mostly stats tree) unsigned->signed char cleanupJeff Morriss1-1/+1
svn path=/trunk/; revision=25717
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=25237
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke1-0/+10
svn path=/trunk/; revision=24310
2007-12-18Fold the Prism and AVS header dissectors into packet-ieee80211.c, andGuy Harris1-0/+3
have them use least some of the radio-information fields, so that the same field name can be used for multiple radio header types. The AVS header can supply the data rate in bits/second, so have that field be in those units, and make it 64 bits to leave room for the future, Just In Case. Display it as Mb/s, however. svn path=/trunk/; revision=23911
2007-05-18From Dustin Johnson:Gerald Combs1-0/+1
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-01-23Call capture_radiotap() when capturing on a device supplying RadiotapGuy Harris1-0/+1
headers. Fix capture_radiotap() to check for padding between the 802.11 header and the 802.11 payload and to call different capture routines depending on whether it's present or not, and create capture_ieee80211_datapad() to handle the case where it's present. Fix capture_radiotap() to convert the Radiotap header length from little-endian, and to do some sanity checking of that length. Fix capture_ieee80211_common() to use the offset supplied to it to fetch the frame control field, as that offset isn't necessarily 0. svn path=/trunk/; revision=17083
2004-12-21Giles Scott: Add Wlan tapJörg Mayer1-0/+7
svn path=/trunk/; revision=12799
2004-12-20- Diplay SSID in mangemntframesJörg Mayer1-1/+1
- Display unprintable characters in SSID as '.' (SSID charaters are of type octet, not alphanum). svn path=/trunk/; revision=12784
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+34
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410