tests: add regression tests for Follow TCP Stream
[metze/wireshark/wip.git] / wiretap / vwr.c
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-04 Guy Harrisvalid_but_empty_file is a Boolean, so declare it as...
2018-02-04 Guy HarrisDon't treat short reads as errors when checking the...
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2018-01-10 Gerald CombsIxVeriWave: Adjust signature timestamp checking.
2017-09-16 Guy HarrisInquire what frame_size < msdu_length means.
2017-09-14 Guy HarrisMove a test.
2017-09-14 Guy HarrisReplace a magic constant with an expression that repres...
2017-09-14 Guy HarrisFix comments.
2017-09-14 Guy HarrisRemove the 4 octets of junk even if that leaves no...
2017-09-12 Joerg MayerA number of 0 for actual_octets may just be an end...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-05-09 Guy HarrisSet nss and rate_mcs_index in more arms of the Series...
2017-05-09 Alexis La Gouttevwr (wiretap): fix Assigned value is garbage or undefin...
2017-05-08 Guy HarrisNote that the HT MCS index macros can't return all...
2017-05-07 Guy HarrisFix handling of 20 MHz VHT with MCS = 9.
2017-05-06 Guy HarrisSet some variables in the "RF only" code path.
2017-05-05 Michael Mannvwr.c: Initialize some local variables
2017-05-05 Guy HarrisSmall cleanups.
2017-05-05 Guy HarrisAssume the Series II does the same with NSS for VHT...
2017-05-05 Guy HarrisNSS != (MCS / 8) + 1 for MCS >= 32.
2017-05-05 Guy HarrisSeries I only handles pre-HT, so rename and remove...
2017-05-05 Guy HarrisHave separate routines for calculating pre-HT/HT/VHT...
2017-05-04 Guy HarrisAnother comment explaining why a packet size check...
2017-05-04 Guy HarrisDo packet length checks iff they're necessary.
2017-05-04 Guy HarrisAdd a comment.
2017-05-04 Guy HarrisClean up whitespace and a #define.
2017-05-04 Guy HarrisUpdate comments.
2017-05-04 Guy HarrisUse a #define for the PLCP type.
2017-05-04 Guy HarrisRemove an unnecessary comment, fix another comment.
2017-05-04 Guy HarrisRemove trailing white space.
2017-05-04 Guy HarrisMore description of stats headers.
2017-05-04 Guy HarrisFix some comments, shuffle some code, change a constant...
2017-05-01 Guy HarrisFor S3, yes, the PLCP type can be vVW510021_W_PLCP_LEGACY.
2017-05-01 Guy HarrisMake the record-length checks take the RF information...
2017-04-30 Guy HarrisDo all the command-type analysis of decode_msg() in...
2017-04-30 Guy HarrisUse some #defines.
2017-04-30 Guy HarrisFix a comment to reflect reality.
2017-04-30 Guy HarrisSome cleanup.
2017-04-30 Guy HarrisBoolean bitfields don't need a mask, just a bit.
2017-04-30 Guy HarrisSeries III packets appear to have an FCS at the end.
2017-04-30 Guy HarrisGet rid of duplicate #defines, and shuffle some comment...
2017-04-30 Guy HarrisRemove Series III code from vwr_read_s2_W_rec().
2017-04-29 Michael MannImprove ixveriwave dissector
2017-04-27 Guy HarrisAdd/expand comments, add/shuffle #defines.
2016-09-29 Guy HarrisReplace some seeks forward with wtap_read_bytes() with...
2016-09-28 Guy HarrisUse wtap_read_bytes() to skip over bytes when reading...
2016-07-14 Michael Mannvwr.c Dynamically allocate large buffers
2016-04-30 Guy HarrisCheck for packets bigger than WTAP_MAX_PACKET_SIZE.
2016-02-24 Guy HarrisFix another heap-based bufffer overflow.
2016-02-24 Guy HarrisAdd 1 byte and 16 byte as separate values.
2016-02-24 Peter Wuvwr: fix heap-based buffer overflow
2015-11-29 Michael MannAdd bounds checking to find_signature.
2015-11-28 Guy HarrisMake the rate tables static and const.
2015-11-28 Guy HarrisMake it more obvious why no bounds checks are necessary...
2015-11-28 Peter Wuvwr: fix buffer overrun in getRate
2015-10-04 Guy HarrisExpand, correct, and otherwise improve comments.
2015-10-03 Guy HarrisIf we don't have an NDP flag, make it 0.
2015-10-02 Guy HarrisFix some issues with Series III.
2015-10-02 Guy HarrisFix indentation after previous change.
2015-10-02 Guy HarrisRename vwr_read_s2_W_rec - it handles both series II...
2015-07-06 Guy HarrisClean up a bunch of stuff.
2015-06-06 Guy HarrisDon't initialize a variable if the first thing we do...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-25 Guy HarrisFix a record size check.
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-29 Guy HarrisHide unused variable.
2014-03-29 Guy HarrisAdd a pcorey48tohll() macro, and use #defines for some...
2014-03-16 Guy HarrisAdd a #define for the stats block header length, and...
2014-03-16 Guy HarrisAnd another warning fix.
2014-03-16 Guy HarrisSquelch some warnings by narrowing or widening some...
2014-03-16 Guy HarrisGet rid of unused #defines and no-longer-used structures.
2014-03-16 Guy HarrisReorganize the code.
2014-03-15 Guy HarrisClean up the setting of the len and caplen fields.
2014-03-15 Guy HarrisUse constants instead of vwr->STATS_LEN in some cases.
2014-03-15 Guy HarrisFix setting of STATS_LEN - it's what's in the file...
2014-03-15 Guy HarrisClean up naming and get rid of unused and duplicate...
2014-03-15 Guy HarrisBetter document the offset of the MPDU in the packet...
2014-03-15 Guy HarrisAdd a #define for the record header length, and use it.
2014-03-15 Guy HarrisSome records have two statistics blocks; clarify that.
2014-03-15 Guy HarrisMore use of vwr->STATS_LEN to clarify what code is...
2014-03-15 Guy HarrisGet rid of duplicate code.
2014-03-15 Guy HarrisUse vwr->STATS_LEN instead of numbers, and eliminate...
2014-03-14 Guy Harrislen and caplen are derived independently, so set WTAP_H...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2014-01-02 Guy HarrisDon't pass the wtap * to a routine if it's not needed.
next