aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03ieee80211: print the RU Allocation in decimalEmmanuel Grumbach1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-12-13IEEE802.11: Prevent BoundsError for packets with captured len < packet lenOlaf Flaschel1-2/+2
2018-12-13IEEE802.11: Fixed dissector bug with wlan.ext_tag.ess_report.ess_info.threshOlaf Flaschel1-6/+9
2018-12-06ieee80211: Fix the handling of A-Control and improve AP Tx Power.Richard Sharpe1-24/+68
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-14ieee80211: Avoid decrypting packets two timesMikael Kanstrup1-34/+42
2018-11-14ieee80211: Decrypt and dissect EAPOL keydataMikael Kanstrup1-3/+96
2018-11-10ieee80211: Fix Vendor Specific Fixed Field dissection.Richard Sharpe1-3/+2
2018-11-09ieee80211: Dissect RSN GTK and IGTK IEMikael Kanstrup1-6/+88
2018-11-06ieee80211ah: Start adding support for S1G.Richard Sharpe1-0/+51
2018-10-29Do bounds checking on scidx arrays.Guy Harris1-37/+70
2018-10-20ieee80211: automatically determine MIC length for OWEJoeri de Ruiter1-3/+67
2018-10-18ieee80211: Extend FILS support (802.11ai)Joeri de Ruiter1-125/+480
2018-10-12ieee80211: extend parsing of SAE messagesJoeri de Ruiter1-1/+42
2018-10-06ieee80211: Update RSN cipher and key suiteAlexis La Goutte1-3/+14
2018-10-04ieee80211: register some etts.Jeff Morriss1-0/+6
2018-10-01ieee80211: Display always tag when it is ELEMENT_ID_EXTENSIONAlexis La Goutte1-1/+2
2018-10-01ieee80211: fix addresses for ToDS=1|FromDS=1 casePeter Wu1-31/+70
2018-09-30ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-2/+0
2018-09-27ieee80211: add support for Opportunistic Wireless Encryption (OWE)Joeri1-0/+72
2018-09-27ieee80211: Add support for Opportunistic Wireless Encryption as specified in ...Joeri de Ruiter1-0/+69
2018-09-20ieee80211: fix potential crash due to value_string type mismatchPeter Wu1-4/+4
2018-09-13ieee80211: parse the 9th byte of the Extended Capability as a byteEmmanuel Grumbach1-3/+3
2018-09-11ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+1
2018-09-11ieee80211: Fix some issues with the D3.0 support.Richard Sharpe1-7/+10
2018-09-11Squelch more narrowing warnings.Guy Harris1-8/+8
2018-09-11"#if 0" out an unused variable.Guy Harris1-0/+2
2018-09-11WIP:ieee80211.c: Add support for D3.0 of 802.11axRichard Sharpe1-333/+1312
2018-09-11sizeof isn't useful when adding to an offset into the packet.Guy Harris1-1/+1
2018-09-08Register some unregistered etts.Jeff Morriss1-0/+3
2018-09-04ieee80211: Remove unused assignment (found by clang)Stig Bjørlykke1-2/+2
2018-09-03ieee802.11: Make sure we do not include the FCS in the next_tvb.Richard Sharpe1-0/+3
2018-09-03ieee80211: Add support for some elements of 802.11k.Richard Sharpe1-45/+341
2018-08-20ieee80211: dissect the TWT ElementEmmanuel Grumbach1-3/+294
2018-08-17ieee80211: fix spelling-error-in-binary found by lintianAlexis La Goutte1-1/+1
2018-08-13ieee80211: add the start of the TWT parsingEmmanuel Grumbach1-0/+188
2018-08-08WLAN: State type of key when reporting format errorJaap Keuter1-3/+3
2018-07-29ieee80211: don't print the mode and channel in CSA IE as HEXEmmanuel Grumbach1-2/+2
2018-06-28packet-ieee80211.c: Mikrotik IE should be Routerboard, added dissection updateJeremy Martin1-28/+56
2018-06-28IEEE 802.11: Disable FCS validation by default.Gerald Combs1-1/+1
2018-06-26packet-ieee802211.c: Corrects A-MSDU addr_resolve dissectionjmartin-usna1-4/+4
2018-06-18802.11: Dissect locally originated mesh framesJavier Cardona1-8/+66
2018-06-05Remove a now-unused field.Guy Harris1-6/+0
2018-06-05Don't use FT_STRING fields for non-strings.Guy Harris1-10/+11
2018-05-27More bitfield fixes.Guy Harris1-4/+4
2018-05-26Fix 802.11ax fields.Guy Harris1-57/+57
2018-05-26ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2018-05-25ieee80211: Support raw 802.11 data frame dissectorsMikael Kanstrup1-0/+10