aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-07packet-ieee80211.c - fix bug in vht_compressed_beamforming_reportshuai xiao1-1/+1
2016-10-03ieee80211: (Re)Fix EOSP flag dissection for mesh caseMichael Mann1-1/+1
2016-09-25ieee80211: Fix EOSP flag dissection for mesh caseMasashi Honma1-3/+8
2016-08-31ieee80211: Fix the BAR Ack policy valuesChaitanya T K1-2/+2
2016-08-12IEEE 802.11: fix dissection of PLMN Information IEPascal Quantin1-1/+1
2016-08-02Bugfix endian issues with 802.11 FCSDavid McKay1-8/+2
2016-07-29ieee80211: PMKID is incorrectly decoded under RSN Vendor specific IE in EAPOL...Alexis La Goutte1-0/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-2/+7
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-5/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-46/+11
2016-07-11Fix up *some* of the coding style inconsistenciesJoerg Mayer1-605/+713
2016-07-07Clean up fixed field handlingJoerg Mayer1-828/+555
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-20/+21
2016-06-27Remove author comments and some accompanying useless code commentsJoerg Mayer1-61/+3
2016-06-26Decode partial virtual bitmap in TIM IEJoerg Mayer1-11/+31
2016-06-22Add address_to_bytes API.Michael Mann1-2/+2
2016-06-19Calculate and print CWmin and CWmax in addition to ECWmin and ECWmaxJoerg Mayer1-3/+22
2016-06-17Add an expert item to asure that aifsn is at least 2Joerg Mayer1-0/+7
2016-06-14Replace wlan_ignore_wep_ by wlan_ignore_prot_ and WLAN_IGNORE_WEP_ by WLAN_IG...Joerg Mayer1-13/+12
2016-05-22Start dissecting the Mikrotik/Routerboard vendorspecific IEsJoerg Mayer1-0/+82
2016-05-20Cisco WIDS wlan frames as sent by standalone APs do not include the QoS controlJoerg Mayer1-8/+30
2016-05-16Create option flag field for dissect_ieee80211_common.Michael Mann1-16/+16
2016-04-14802.11: Display Power Capability (min and max) in Decimal (and Hexa)Alexis La Goutte1-2/+2
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