aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-07-03From report of Dennis Mendoza via https://bugs.wireshark.org/bugzilla/show_bu...Alexis La Goutte1-2/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-17Fix typos.Chris Maynard1-17/+17
2012-06-09Do not use BASE_NONE for FT_UINT8 types.Chris Maynard1-3/+3
2012-06-03Make checkhf tools Happy, Remove hf_ieee80211_chan*Alexis La Goutte1-36/+0
2012-06-03Add 802.11 AP Channel Report IE (51)Alexis La Goutte1-2/+40
2012-06-03Enhance 802.11 Secondary Channel Offset (62)Alexis La Goutte1-16/+14
2012-06-03Enhance 802.11 HT Info 1.1 (60)Alexis La Goutte1-76/+64
2012-06-03Cleanup Header (Remove e-mail of original author to report bugs...)Alexis La Goutte1-3/+0
2012-06-03Enhance 802.11 (Vendor Specific) HT Capability (45)Alexis La Goutte1-138/+79
2012-06-03Enhance 802.11 (vendor specifiq) HT Info 1.0 (Draft)Alexis La Goutte1-100/+93
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+0
2012-05-15From Evan Huus via bug 6805:Gerald Combs1-5/+32
2012-05-12From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7252Alexis La Goutte1-0/+2
2012-04-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7115Alexis La Goutte1-1/+3
2012-04-16From Evan Huus:Anders Broman1-1/+1
2012-04-15Set the extent of the tagged parameters.Martin Mathieson1-0/+1
2012-04-13Patch from Alex Lindberg to update the LLDP dissector to displayGuy Harris1-1/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-5/+5
2012-03-07Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.Bill Meier1-3/+3
2012-03-06Don't use FT_*INT with true_false strings: the code to generateJeff Morriss1-2/+2
2012-02-16Let part of the patch speak for itself:Jörg Mayer1-3/+25
2012-02-14- dissect_vendor_ie_atheros:Jörg Mayer1-20/+29
2012-02-13In a loop of the formGuy Harris1-12/+14
2012-02-11Don't use 16-bit integers as counters. The code won't be any faster onGuy Harris1-3/+5
2012-02-09Eliminate a C++/C99-style comment.Jeff Morriss1-2/+2
2012-02-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+10
2011-12-09From beelzebutt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6597Alexis La Goutte1-1/+1
2011-12-09From Johannes BergJaap Keuter1-1/+24
2011-11-27Don't specify an hf[] item as using a range_string when it's really using a v...Bill Meier1-1/+1
2011-11-08Remove a duplicate "TID" found by checkAPIs.pl.Gerald Combs1-1/+1
2011-11-08From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6548Alexis La Goutte1-0/+10
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-67/+67
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-3/+3
2011-10-16From Jouni Malinen: Anders Broman1-6/+121
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-13/+13
2011-10-12From Jouni Malinen: Anders Broman1-1099/+0
2011-10-12Fix a case wherein proto_tree_add_boolean() was intended instead of proto_tre...Bill Meier1-3/+3
2011-10-11From Jouni Malinen: Anders Broman1-208/+173
2011-10-11From Jouni Malinen: Anders Broman1-244/+413
2011-10-11From Jouni Malinen: Anders Broman1-84/+83
2011-10-11From Jouni Malinen: Anders Broman1-1/+211
2011-10-11From Jouni Malinen: Anders Broman1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-09From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422Alexis La Goutte1-188/+135