aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Add support for BASE_OUIMichael Mann1-6/+5
2017-06-08radiotap: no expert info under if (tree) pleaseMartin Kaiser1-1/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-17/+6
2017-05-16Fixed array index using nss to match the definitionChris Wills1-1/+1
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-06RadioTap TimeStamp field added.Boazi1-1/+100
2017-01-19Always display vht mcs data rate, but mark invalid assuming BCC encoding.Ashish Shukla1-3/+7
2016-12-16Fix typo in unit_name_string units_decibels name.Stig Bjørlykke1-2/+2
2016-12-16Adjust proto_tree_add_xxx_format_value calls to use unit stringMichael Mann1-11/+7
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-14/+6
2016-11-20radiotap: Fix conflict for hf fieldsAlexis La Goutte1-1/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-3/+11
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