Enhance 802.11 FCS check - Replace proto_tree_add_* by proto_tree_add_item - Add...
[metze/wireshark/wip.git] / epan / dissectors / packet-ieee80211.c
2013-03-17 Alexis La GoutteEnhance 802.11 FCS check - Replace proto_tree_add_...
2013-03-17 Alexis La GoutteEnhance 802.11 Qos Control dissection - Replace proto_t...
2013-03-17 Alexis La GoutteEnhance 802.11 Frame control dissection - Replace proto...
2013-03-17 Alexis La GoutteEnhance Vendor RSN IE - Remove hf_ieee80211_tag_interpr...
2013-03-17 Alexis La GoutteAdd 802.11 Tag RM Enabled Capabilities (70)
2013-03-17 Anders BromanFrom beroset:
2013-03-15 Michael MannBugfix Decryption Key Management dialog, bug 8446 ...
2013-03-13 Alexis La GoutteFrom chaitanya via https://bugs.wireshark.org/bugzilla...
2013-03-12 Anders BromanFrom beroset:
2013-03-07 Guy HarrisProperly pluralize "octet" for the Extended Capabilitie...
2013-03-04 Alexis La GoutteAdd 802.11 Tag RSNI IE (65)
2013-03-04 Alexis La GoutteFrom chaitanya via https://bugs.wireshark.org/bugzilla...
2013-03-04 Alexis La GoutteAdd 802.11 Tag Antenna (64)
2013-03-04 Alexis La GoutteAdd 802.11 Tag BSS Average Access Delay IE (63)
2013-03-04 Alexis La GoutteAdd 802.11 BSS AC Access Delay IE (68)
2013-03-04 Alexis La GoutteFix typo about BSS AC/AVG Access Delay
2013-03-04 Alexis La GoutteEnhance HT Control (proto_tree_add_uint/boolean/* ...
2013-03-04 Alexis La GoutteRemove expert_info for unknown/undecode Atheros frame...
2013-03-04 Alexis La GoutteFrom 802.11-2012.pdf
2013-03-04 Alexis La GoutteFix typo about length of BSS Available Admission Capaci...
2013-03-03 Pascal QuantinFixed two wrong encoding parameters found by fix-encodi...
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
2013-02-25 Gerald CombsThe IEEE may not care what's in an SSID but Pango is...
2013-02-24 Alexis La GoutteFrom Mark Phillips via https://bugs.wireshark.org/bugzi...
2013-02-24 Alexis La GoutteFix AP / Sta CF Pollable value_string (the value is...
2013-02-24 Alexis La GoutteRemove some "duplicate" TFS in 802.11 field capability...
2013-02-23 Alexis La GoutteFrom 802.11k-2008 : Amendment 1: Radio Resource Measure...
2013-02-23 Alexis La GoutteReplace by proto_tree_add_item and use FT_NONE type...
2013-02-22 Alexis La GoutteEnhance dissection of A-MSDU Frame (Make length filtera...
2013-02-22 Alexis La GoutteAdd 802.11 BSS Available Admission Capacity (67)
2013-02-22 Alexis La GoutteEnhance 802.11 dissector when IE Tag is unknown (Add...
2013-02-22 Alexis La GoutteFrom 802.11-2012.pdf Update Information Element (IE...
2013-02-21 Alexis La GoutteFix Modelines
2013-02-21 Alexis La GoutteFrom report of Jim Young via https://bugs.wireshark...
2013-02-18 Alexis La GoutteFix small typo in TPC Report IE
2013-02-18 Alexis La GoutteFrom 802.11-2012.pdf Update Reason Code and Status...
2013-02-18 Alexis La GoutteDisplay Power Constraint in DEC (and fix a small typo)
2013-02-14 Evan HuusMove version field outside of the switch, since it...
2013-02-13 Evan HuusFrom Chaitanya via https://bugs.wireshark.org/bugzilla...
2013-02-08 Chris MaynardFix bug 8056: Maximum value of Duration should be 32767.
2012-12-26 Guy HarrisAnother ILP32 Y2.038K warning.
2012-12-21 Jeff MorrissUse TVB_SET_ADDRESS_HF() and COPY_ADDRESS_SHALLOW(...
2012-12-16 Alexis La GoutteFrom Simon Barber via https://bugs.wireshark.org/bugzil...
2012-12-11 Alexis La GoutteUpdate IEEE Wireless Documentation links
2012-12-10 Bill MeierGeneral cleanup:
2012-12-04 Bill MeierFix 2 [-Wshadow] warnings.
2012-12-02 Jeff MorrissIntroduce, and start using, TVB_SET_ADDRESS() and TVB_S...
2012-11-29 Jeff MorrissMake all enum_val_t's const.
2012-11-07 Jörg MayerFix for
2012-11-02 Anders BromanFrom Sho Amano:
2012-10-29 Alexis La GoutteFrom Michael Mann via https://bugs.wireshark.org/bugzil...
2012-10-26 Evan HuusCreate SET_ADDRESS_HF that takes an additional hf_...
2012-10-26 Evan HuusRevert revision 44921.
2012-10-21 Pascal QuantinFrom Sho Amano via https://wireshark.org/lists/wireshar...
2012-10-11 Alexis La GoutteReorder 80211 dissector code (put value_string/true_fal...
2012-10-11 Alexis La GoutteSmall enhance following patch about 802.11ac (VHT)
2012-10-11 Bill MeierChange 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)
2012-10-09 Jaap KeuterFrom Mark Phillips:
2012-10-09 Alexis La GoutteFrom Mark Phillips via https://bugs.wireshark.org/bugzi...
2012-10-04 Jaap KeuterFrom Sven Eckelmann:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-15 Evan HuusFrom Pontus Fuchs via https://bugs.wireshark.org/bugzil...
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-09-06 Alexis La GoutteFrom Masashi Honma via https://bugs.wireshark.org/bugzi...
2012-08-14 Michael Mannmore ephemeral memory cleanup
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-08-10 Michael Mannconvert some simple uses to use ephemeral memory
2012-07-18 Guy HarrisFix non-proto_tree_add_item() calls passing an ENC_...
2012-07-18 Guy HarrisAdd to the 802.11 pseudo-header a "this is already...
2012-07-18 Guy HarrisClean up indentation.
2012-07-08 Guy HarrisUATs could be put into "categories". The categories...
2012-07-03 Alexis La GoutteFrom report of Dennis Mendoza via https://bugs.wireshar...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-17 Chris MaynardFix typos.
2012-06-09 Chris MaynardDo not use BASE_NONE for FT_UINT8 types.
2012-06-03 Alexis La GoutteMake checkhf tools Happy, Remove hf_ieee80211_chan*
2012-06-03 Alexis La GoutteAdd 802.11 AP Channel Report IE (51)
2012-06-03 Alexis La GoutteEnhance 802.11 Secondary Channel Offset (62)
2012-06-03 Alexis La GoutteEnhance 802.11 HT Info 1.1 (60)
2012-06-03 Alexis La GoutteCleanup Header (Remove e-mail of original author to...
2012-06-03 Alexis La GoutteEnhance 802.11 (Vendor Specific) HT Capability (45)
2012-06-03 Alexis La GoutteEnhance 802.11 (vendor specifiq) HT Info 1.0 (Draft)
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-05-15 Gerald CombsFrom Evan Huus via bug 6805:
2012-05-12 Alexis La GoutteFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2012-04-17 Alexis La GoutteFrom me via https://bugs.wireshark.org/bugzilla/show_bu...
2012-04-16 Anders BromanFrom Evan Huus:
2012-04-15 Martin MathiesonSet the extent of the tagged parameters.
2012-04-13 Guy HarrisPatch from Alex Lindberg to update the LLDP dissector...
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2012-03-18 Bill MeierFrom Reinhard Speyerer: Fix several misspellings/typos...
2012-03-16 Bill MeierFT_BOOLEAN hf[] entries with a 0 'bitmask' should have...
2012-03-07 Bill MeierFix incorrect packet-details display of certain 1 bit...
2012-03-06 Jeff MorrissDon't use FT_*INT with true_false strings: the code...
2012-02-16 Jörg MayerLet part of the patch speak for itself:
2012-02-14 Jörg Mayer- dissect_vendor_ie_atheros:
2012-02-13 Guy HarrisIn a loop of the form
2012-02-11 Guy HarrisDon't use 16-bit integers as counters. The code won...
2012-02-09 Jeff MorrissEliminate a C++/C99-style comment.
2012-02-09 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
next