aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-17/+17
2021-10-03wiretap: camins, vwr: Stop heuristics after 1GiBJohn Thacker1-0/+13
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+5
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-1/+2
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-2/+2
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-2/+16
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-4/+11
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-2/+27
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-10-11Fix many spelling errorsРоман Донченко1-6/+6
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-5/+7
2019-03-02vwr: fix Uninitialized argument value found by Clang (Analyzer)Alexis La Goutte1-2/+2
2019-02-21vcwr: fix Uninitialized argument value found by Clang (Analyzer)Alexis La Goutte1-2/+2
2019-01-19vwr: fix -Werror=maybe-uninitialized with GCC 8.2.1+20181127-1Peter Wu1-1/+1
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