aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-24Avoid accessing past the end of an array.Evan Huus1-1/+1
2013-12-14Fix const warnings.Jakub Zawadzki1-2/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-4/+4
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-12Based on help and suggestions from Johannes Berg, fix Radiotap Header decode theEvan Huus1-3/+0
2013-10-01Add some additional checks around the radiotap iterator initialization, to fixEvan Huus1-0/+3
2013-09-30Convert proto_tree_add_int_format calls to proto_tree_add_int_format_value wh...Michael Mann1-8/+6
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-02Batch of filterable expert info.Michael Mann1-11/+17
2013-08-19Bugfix SGI Nsym disambiguation is unconditionally displayed when dissecting V...Michael Mann1-2/+11
2013-06-20Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8829 :Pascal Quantin1-1/+1
2013-05-11Initialize a proto_tree variable which is now used for expert info but isEvan Huus1-1/+1