aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-6/+6
2017-05-09Set nss and rate_mcs_index in more arms of the Series II PLCP switch.Guy Harris1-2/+4
2017-05-09vwr (wiretap): fix Assigned value is garbage or undefined Warning found by Cl...Alexis La Goutte1-1/+1
2017-05-08Note that the HT MCS index macros can't return all possible MCS values.Guy Harris1-1/+11
2017-05-07Fix handling of 20 MHz VHT with MCS = 9.Guy Harris1-10/+18
2017-05-06Set some variables in the "RF only" code path.Guy Harris1-2/+5
2017-05-05vwr.c: Initialize some local variablesMichael Mann1-2/+2
2017-05-05Small cleanups.Guy Harris1-4/+2
2017-05-05Assume the Series II does the same with NSS for VHT that the Series III does.Guy Harris1-3/+1
2017-05-05NSS != (MCS / 8) + 1 for MCS >= 32.Guy Harris1-26/+73
2017-05-05Series I only handles pre-HT, so rename and remove variables.Guy Harris1-10/+8
2017-05-05Have separate routines for calculating pre-HT/HT/VHT data rates.Guy Harris1-98/+149
2017-05-04Another comment explaining why a packet size check isn't necessary.Guy Harris1-0/+8
2017-05-04Do packet length checks iff they're necessary.Guy Harris1-18/+20
2017-05-04Add a comment.Guy Harris1-0/+3
2017-05-04Clean up whitespace and a #define.Guy Harris1-80/+83
2017-05-04Update comments.Guy Harris1-9/+0
2017-05-04Use a #define for the PLCP type.Guy Harris1-1/+1
2017-05-04Remove an unnecessary comment, fix another comment.Guy Harris1-2/+1
2017-05-04Remove trailing white space.Guy Harris1-1/+1
2017-05-04More description of stats headers.Guy Harris1-0/+8
2017-05-04Fix some comments, shuffle some code, change a constant in an assignment.Guy Harris1-12/+21
2017-05-01For S3, yes, the PLCP type can be vVW510021_W_PLCP_LEGACY.Guy Harris1-2/+0
2017-05-01Make the record-length checks take the RF information into account.Guy Harris1-39/+47
2017-04-30Do all the command-type analysis of decode_msg() in the switch statement.Guy Harris1-59/+33
2017-04-30Use some #defines.Guy Harris1-3/+3
2017-04-30Fix a comment to reflect reality.Guy Harris1-1/+1
2017-04-30Some cleanup.Guy Harris1-27/+70
2017-04-30Boolean bitfields don't need a mask, just a bit.Guy Harris1-3/+2
2017-04-30Series III packets appear to have an FCS at the end.Guy Harris1-17/+18
2017-04-30Get rid of duplicate #defines, and shuffle some comments and #defines.Guy Harris1-22/+25
2017-04-30Remove Series III code from vwr_read_s2_W_rec().Guy Harris1-104/+136
2017-04-29Improve ixveriwave dissectorMichael Mann1-195/+905
2017-04-27Add/expand comments, add/shuffle #defines.Guy Harris1-26/+81
2016-09-29Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris1-1/+1
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-1/+1
2016-07-14vwr.c Dynamically allocate large buffersMichael Mann1-9/+33
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-0/+20
2016-02-24Fix another heap-based bufffer overflow.Guy Harris1-10/+12
2016-02-24Add 1 byte and 16 byte as separate values.Guy Harris1-2/+2
2016-02-24vwr: fix heap-based buffer overflowPeter Wu1-7/+4
2015-11-29Add bounds checking to find_signature.Michael Mann1-2/+2
2015-11-28Make the rate tables static and const.Guy Harris1-6/+6
2015-11-28Make it more obvious why no bounds checks are necessary for 11n.Guy Harris1-6/+7
2015-11-28vwr: fix buffer overrun in getRatePeter Wu1-3/+6
2015-10-04Expand, correct, and otherwise improve comments.Guy Harris1-4/+61
2015-10-03If we don't have an NDP flag, make it 0.Guy Harris1-1/+1
2015-10-02Fix some issues with Series III.Guy Harris1-32/+84
2015-10-02Fix indentation after previous change.Guy Harris1-4/+4
2015-10-02Rename vwr_read_s2_W_rec - it handles both series II and III records.Guy Harris1-3/+3