aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radio.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-30802.11 radio: fix an out of bounds accessPascal Quantin1-1/+1
2016-06-26Check for an invalid 11ac MCS/bandwidth/NSS combination.Guy Harris1-1/+92
2016-05-20Cisco WIDS wlan frames as sent by standalone APs do not include the QoS controlJoerg Mayer1-4/+30
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-09And we need to check Nsts as well.Guy Harris1-1/+5
2016-02-07Check whether Ness is valid as well.Guy Harris1-1/+5
2016-02-07MAX_MCS_INDEX is a valid array index.Guy Harris1-1/+1
2016-02-07MAX_MCS_INDEX is a valid array index.Guy Harris1-1/+1
2016-02-06Check whether mcs_index is sane, not just whether it's set.Guy Harris1-1/+3
2016-02-03Adds calculation of preamble length and frame duration.Simon Barber1-73/+379
2016-01-29Add A-MPDU reassembly information to the radio metadata.Guy Harris1-0/+25
2016-01-07dBm signal strength is signed; report it as such in the RSSI column.Guy Harris1-1/+1
2015-12-30802.11 (radio): fix no previous prototype for function 'ieee80211_vhtrate' [-...Alexis La Goutte1-1/+1
2015-12-25Refactor VHT rates table, to use Ndbps (number of data bits per symbol)Simon Barber1-72/+23
2015-12-25Refactoring: Use data bits per symbol MCS table to calculate rates andSimon Barber1-389/+34
2015-12-24Refactor 802.11 radio flags.Simon Barber1-42/+39
2015-12-11Consistently use spaces rather than tabs.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-1/+0
2015-11-26Wrong field name for signal strength as a percentage.Guy Harris1-1/+1
2015-08-13ieee802.11: changed blurb to stop checkAPI complains.Dario Lombardo1-2/+2
2015-07-07Use the NSS provided by the Ixia Veriwave hardware.Guy Harris1-2/+4
2015-06-28"Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.Guy Harris1-5/+11
2015-06-28If we don't know whether STBC is being used, we don't know NSTS.Guy Harris1-8/+13
2015-06-26Those aren't booleans, they're counts of streams.Guy Harris1-2/+2
2015-06-26Squelch a compiler warning.Guy Harris1-1/+1
2015-06-26Fix handling of 11ac radio metadata.Guy Harris1-99/+351
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-69/+231
2015-06-24Put the frequency/channel and RSSI data into columns.Guy Harris1-0/+4
2015-06-22Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris1-34/+83
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-86/+97
2015-06-18Pass the 802.11 pseudo-header as an argument.Guy Harris1-4/+4
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-387/+387
2014-10-30Make the data rate field float, and calculate it for 802.11n.Guy Harris1-14/+435
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris1-12/+40
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris1-0/+10
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-35/+95
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-09-30Convert proto_tree_add_uint64_format calls to proto_tree_add_uint64_format_va...Michael Mann1-2/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-02-15Put in a comment explaining what the signal strength value probablyGuy Harris1-0/+13
2013-02-14Show the signal strength as a percentage in the RSSI column, as that'sGuy Harris1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-12From Jouni Malinen: Anders Broman1-0/+140