summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Fix 2 [-Wshadow] warnings.Bill Meier1-5/+5
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-4/+4
2012-11-07Fix forJörg Mayer1-2/+2
2012-11-02From Sho Amano:Anders Broman1-1/+1
2012-10-29From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=776...Alexis La Goutte1-51/+41
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-14/+14
2012-10-26Revert revision 44921.Evan Huus1-14/+14
2012-10-21From Sho Amano via https://www.wireshark.org/lists/wireshark-dev/201210/msg00...Pascal Quantin1-4/+4
2012-10-11Reorder 80211 dissector code (put value_string/true_false_string in top of fi...Alexis La Goutte1-1082/+1083
2012-10-11Small enhance following patch about 802.11ac (VHT)Alexis La Goutte1-2/+3
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-13/+13
2012-10-09From Mark Phillips:Jaap Keuter1-0/+577
2012-10-09From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7820Alexis La Goutte1-22/+21
2012-10-04From Sven Eckelmann:Jaap Keuter1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-14/+14
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-1/+5
2012-09-06From Masashi Honma via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7691Alexis La Goutte1-1/+2
2012-08-14more ephemeral memory cleanupMichael Mann1-4/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-6/+6
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-2/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-4/+4
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setGuy Harris1-3/+6
2012-07-18Clean up indentation.Guy Harris1-6/+6
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