aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04wiretap: fix code according to clang-tidy.Dario Lombardo1-2/+2
2018-11-27IxVeriWave: Fix a buffer boundary.Gerald Combs1-2/+3
2018-11-14All Veriwave files and packets use WTAP_ENCAP_IXVERIWAVE.Guy Harris1-15/+0
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-65/+65
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-04valid_but_empty_file is a Boolean, so declare it as such.Guy Harris1-3/+3
2018-02-04Don't treat short reads as errors when checking the file type.Guy Harris1-0/+2
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2018-01-10IxVeriWave: Adjust signature timestamp checking.Gerald Combs1-10/+13
2017-09-16Inquire what frame_size < msdu_length means.Guy Harris1-1/+6
2017-09-14Move a test.Guy Harris1-22/+25
2017-09-14Replace a magic constant with an expression that represents what it is.Guy Harris1-1/+1
2017-09-14Fix comments.Guy Harris1-8/+14
2017-09-14Remove the 4 octets of junk even if that leaves no octets.Guy Harris1-3/+3
2017-09-12A number of 0 for actual_octets may just be an end of record instead of an er...Joerg Mayer1-33/+42
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