aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-31ieee80211: fix deep recursionPeter Wu1-12/+48
2016-03-26IEEE802.11: properly decode bss transition response packetsSven Schnelle1-2/+69
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-16More control frame dissection cleanups.Guy Harris1-16/+20
2016-03-16Fix dissection of control frames.Guy Harris1-26/+42
2016-03-02802.11: fix Length error shown for IE BSS AC Access Delay/WAPI Parameter Set ...Alexis La Goutte1-1/+1
2016-03-02802.11: fix typo on RM enabled lengthAlexis La Goutte1-1/+1
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-1/+1
2016-02-20ieee80211: handle reserved grouping valuePeter Wu1-0/+8
2016-02-11Change some constness qualificationsJoão Valverde1-10/+10
2016-02-10ieee802.11: Cleanup indentationJoão Valverde1-8/+8
2016-02-09ieee80211: Add Overlapping BSS Scan (OBSS) IE Parameters (74)Alexis La Goutte1-0/+79
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-16IEEE802.11: fix EAPOL key frame detectionAlexander Wetzel1-11/+9
2015-12-24Refactor 802.11 radio flags.Simon Barber1-9/+6
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-9/+9
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+1
2015-12-14Create capture dissector tables.Michael Mann1-33/+24
2015-12-13Standardize the capture dissector function signature.Michael Mann1-7/+7
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-3/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-4/+4
2015-11-17decode Hotspot 2.0 Indication in 802.11 beaconsAndreas Schultz1-0/+27
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-9/+12
2015-11-12Use format_text() when displaying, not when handing to AirPDcap.Guy Harris1-16/+56
2015-11-12802.11: avoid multi return on SSID or MESHIDAlexis La Goutte1-5/+5
2015-11-09WPA/WPA2 decoding fixes and improvementsAlexander Wetzel1-60/+27
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-8/+8
2015-10-30Add some "protocol placeholders" to remove confusion with Decode As.Michael Mann1-3/+5
2015-10-30Add a comment giving details on the Centrino stuff.Guy Harris1-1/+29
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-5/+5
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-1/+1
2015-10-09airpdcap: add free_key_string function, fix memleaksPeter Wu1-4/+6
2015-10-03COMPOSE_FRAME_TYPE(fcf) is stored in frame_type_subtype.Guy Harris1-2/+2
2015-10-03Expand some comments.Guy Harris1-16/+38
2015-10-02More formatting cleanups (no space between "no" and comma).Guy Harris1-1/+1
2015-10-02Clean up formatting.Guy Harris1-4/+4
2015-10-02Conversation filter address types for IEEE 802.11 should include WLAN Address...Michael Mann1-3/+3
2015-09-30[ieee80211] Fix: "DSCP Range description user priority" off by 1Bill Meier1-2/+2
2015-08-31Add a hidden item that allows to allow filtering on the station address.Joerg Mayer1-0/+37
2015-08-28Get rid of trailing blanks.Guy Harris1-1/+1
2015-08-28Don't check the radio information when testing for an HT Control header.Guy Harris1-236/+184
2015-08-26ieee80211: Qos Control bit4 handling: Make the default case as EOSP, to handl...tkc1-3/+3
2015-08-25Explain why the MSDU length field in an A-MSDU is big-endian.Guy Harris1-0/+10