aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27radiotap: Fix for the VHT 20MHz MCS 9 data rate not displayedAshish Shukla1-1/+1
2016-06-27The "coding" subfield of the VHT field is a bitmask.Guy Harris1-6/+7
2016-06-26Check for an invalid 11ac MCS/bandwidth/NSS combination.Guy Harris1-2/+92
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-02-15Correctly set the "short GI" flag in the generic radio information structure.Guy Harris1-1/+1
2016-01-29Add A-MPDU reassembly information to the radio metadata.Guy Harris1-0/+8
2016-01-11Have separate subtrees for each present flags word.Guy Harris1-6/+23
2016-01-11Rename some variables to make it clearer what they represent.Guy Harris1-35/+39
2015-12-25Refactoring: Use data bits per symbol MCS table to calculate rates andSimon Barber1-8/+6
2015-12-24Refactor 802.11 radio flags.Simon Barber1-57/+50
2015-12-24Add preference to interpret radiotap rates with bit 7 set as MCS.Simon Barber1-12/+9
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-3/+3
2015-12-14Create capture dissector tables.Michael Mann1-23/+15
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+1
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-4/+17
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-8/+4
2015-10-06Calculate the channel if we have only the frequency.Guy Harris1-0/+7
2015-08-22Call the MCS field by its correct name.Guy Harris1-2/+2
2015-07-07Use the NSS provided by the Ixia Veriwave hardware.Guy Harris1-0/+10
2015-06-28"Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.Guy Harris1-33/+30
2015-06-28If we don't know whether STBC is being used, we don't know NSTS.Guy Harris1-8/+13
2015-06-28The two bits of NESS are numbers, not Booleans.Guy Harris1-4/+2
2015-06-28We only have the short preamble flag if we have a Flags field.Guy Harris1-9/+32
2015-06-26Use "Present"/"Absent" for VHT presence flags.Guy Harris1-9/+9
2015-06-26Fix handling of 11ac radio metadata.Guy Harris1-4/+20
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-98/+124
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-06-24Pass the signal and noise dBm values to the 802.11 radio dissector.Guy Harris1-0/+4
2015-06-23Treat channel flags fields as just collections of bits, not as type fields.Guy Harris1-83/+61
2015-06-22Don't use the value of the Flags field if we didn't have it.Guy Harris1-10/+14
2015-06-22Fix handling of XChannel radiotap field.Guy Harris1-6/+19
2015-06-22Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris1-57/+199
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-21/+76
2015-06-20Use "Present"/"Absent" for presence bits.Guy Harris1-29/+29
2015-06-20Support the "number of extension spatial streams" information.Guy Harris1-2/+40
2015-06-18Pass the 802.11 pseudo-header as an argument.Guy Harris1-15/+22
2015-06-18The STBC subfield of the radiotap MCS field is a count, not a flag.Guy Harris1-10/+10
2015-06-16Add the wireless toolbar.Gerald Combs1-1/+1
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-156/+72
2014-10-30Make the data rate field float, and calculate it for 802.11n.Guy Harris1-398/+0
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-39/+39
2014-09-29High Throughput is 11n, not 11g or 11a.Guy Harris1-6/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-26Use the correct define for the array length check, actually fixes the overflow IEvan Huus1-1/+1