aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12From beroset:Anders Broman1-1/+1
2013-03-07Properly pluralize "octet" for the Extended Capabilities tag.Guy Harris1-2/+2
2013-03-04Add 802.11 Tag RSNI IE (65)Alexis La Goutte1-0/+39
2013-03-04From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8432 B...Alexis La Goutte1-1/+1
2013-03-04Add 802.11 Tag Antenna (64)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 Tag BSS Average Access Delay IE (63)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 BSS AC Access Delay IE (68)Alexis La Goutte1-0/+53
2013-03-04Fix typo about BSS AC/AVG Access DelayAlexis La Goutte1-3/+3
2013-03-04Enhance HT Control (proto_tree_add_uint/boolean/* => proto_tree_add_itemAlexis La Goutte1-22/+20
2013-03-04Remove expert_info for unknown/undecode Atheros frame...Alexis La Goutte1-3/+1
2013-03-04From 802.11-2012.pdfAlexis La Goutte1-127/+381
2013-03-04Fix typo about length of BSS Available Admission Capacity IEAlexis La Goutte1-4/+4
2013-03-03Fixed two wrong encoding parameters found by fix-encoding-args.pl and a typo ...Pascal Quantin1-3/+3
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-6/+1
2013-02-25The IEEE may not care what's in an SSID but Pango is much more picky.Gerald Combs1-7/+23
2013-02-24From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8368Alexis La Goutte1-68/+68
2013-02-24Fix AP / Sta CF Pollable value_string (the value is shifted !)Alexis La Goutte1-15/+16
2013-02-24Remove some "duplicate" TFS in 802.11 field capability Add in use / not in us...Alexis La Goutte1-56/+12
2013-02-23From 802.11k-2008 : Amendment 1: Radio Resource Measurement of Wireless LANs ...Alexis La Goutte1-0/+8
2013-02-23Replace by proto_tree_add_item and use FT_NONE type for fixed parametersAlexis La Goutte1-5/+3
2013-02-22Enhance dissection of A-MSDU Frame (Make length filterable...)Alexis La Goutte1-11/+15
2013-02-22Add 802.11 BSS Available Admission Capacity (67)Alexis La Goutte1-0/+247
2013-02-22Enhance 802.11 dissector when IE Tag is unknown (Add also a Expert info)Alexis La Goutte1-6/+16
2013-02-22From 802.11-2012.pdf Update Information Element (IE Tag) ListAlexis La Goutte1-2/+97
2013-02-21Fix ModelinesAlexis La Goutte1-1/+0
2013-02-21From report of Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Alexis La Goutte1-10/+4
2013-02-18Fix small typo in TPC Report IEAlexis La Goutte1-2/+2
2013-02-18From 802.11-2012.pdf Update Reason Code and Status Code fieldsAlexis La Goutte1-2/+36
2013-02-18Display Power Constraint in DEC (and fix a small typo)Alexis La Goutte1-2/+2
2013-02-14Move version field outside of the switch, since it exists for all subtypes.Evan Huus1-4/+2
2013-02-13From Chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8320Evan Huus1-1/+1
2013-02-08Fix bug 8056: Maximum value of Duration should be 32767.Chris Maynard1-9/+26
2012-12-26Another ILP32 Y2.038K warning.Guy Harris1-1/+1
2012-12-21Use TVB_SET_ADDRESS_HF() and COPY_ADDRESS_SHALLOW() instead of tvb_get_ptr()Jeff Morriss1-85/+74
2012-12-16From Simon Barber via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=809...Alexis La Goutte1-0/+8
2012-12-11Update IEEE Wireless Documentation linksAlexis La Goutte1-23/+4
2012-12-10General cleanup:Bill Meier1-2297/+3214
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