aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-24ieee80211: Make DMG Capabilities dissection handle earlier formatsRichard Sharpe1-6/+22
2018-05-24ieee80211: Add dissector for Aerohive vendor specific IEAdrian Granados1-0/+76
2018-05-24ieee80211: Make QoS DSCP Exception and Range descriptions searchable.Richard Sharpe1-3/+3
2018-05-23ieee80211: extend DMG capabilities elementChaitanya Tata1-2/+101
2018-05-22ieee80211: fix the value for CBAP allocationChaitanya Tata1-1/+1
2018-05-2080211ax: Fixes for Mult-STA Block Acks, searching in MCS sets, a-controlRichard Sharpe1-156/+609
2018-05-18ieee80211: fix typos related to 802.11adChaitanya Tata1-6/+6
2018-05-14ieee80211: Conform with IEEE802.11-2016 around VHT MCS Set in VHT Capabilities.Richard Sharpe1-4/+26
2018-05-13ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2018-05-13ieee80211: remove unused variable and fix compilationIvan Nardi1-12/+0
2018-05-13ieee80211: Bring HT Info into conformance with IEEE802.11-2016.Richard Sharpe1-65/+46
2018-05-09packet-ieee80211: fix infinite loop (CID 1435463).Dario Lombardo1-1/+2
2018-05-09Fix infinite loop.Guy Harris1-0/+1
2018-04-29ieee80211: Improve support of the HotSpot 2.0 specification.Richard Sharpe1-58/+781
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-4/+4
2018-04-09ieee80211: fixes min and max power values in item text (they are signed).Adrian Granados1-2/+2
2018-04-08Mark some fields as being in units of dBm.Guy Harris1-9/+9
2018-04-08No need to display *signed* power values in hex.Guy Harris1-2/+2
2018-04-08Max and min transmit power, in the Power Capabilities IE, are signed.Guy Harris1-2/+2
2018-03-30ieee80211: Correct the handling of QoS Queue Size.Richard Sharpe1-22/+30
2018-03-26ieee80211: Add back the ability to select on PLMN total values.Richard Sharpe1-3/+12
2018-03-26Fix more FT_UINT64s with value_strings.Guy Harris1-4/+4
2018-03-25ieee80211: use 64bit value string for a 64bit hf variableMartin Kaiser1-3/+3
2018-03-23packet-ieee80211.c: Fix runtime warning "field wlan.trigger.he.common_info is...Joerg Mayer1-1/+1
2018-03-20Don't register the link-layer 802.11 dissector in the gre.proto table.Guy Harris1-24/+24
2018-03-16ieee80211: Place the MCC and MNC in a subtree per PLMN.Richard Sharpe1-2/+10
2018-03-08ieee80211: A few cleanups of the HotSpot 2.0 dissection.Richard Sharpe1-7/+8
2018-03-08ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-4/+4
2018-03-08ieee80211: fix indent (use 2 spaces)Alexis La Goutte1-1/+1
2018-03-07WIP:ieee80211: HotSpot 2.0 fixes.Richard Sharpe1-19/+572
2018-03-01ieee80211: Fix some issues with VHT/HE NDP Announcements.Richard Sharpe1-22/+25
2018-02-28ieee80211: Fix handling of compressed block acks.Richard Sharpe1-4/+3
2018-02-28ieee80211: Fix the handling of PPE Thresholds for 802.11ax.Richard Sharpe1-4/+7
2018-02-25802.11: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs1-57/+57
2018-02-22IEEE 802.11: fix build with gcc7Pascal Quantin1-12/+1
2018-02-22ieee80211: Start to dissect 80211ax trigger frames and other fields.Richard Sharpe1-376/+1321
2018-02-20Extract bits by shifting, not using exponentiation.Guy Harris1-7/+5
2018-02-13ieee80211: Correct the actual bit positions of the reserved bits.Richard Sharpe1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1