Remove Nmake build system
[metze/wireshark/wip.git] / wiretap / vwr.c
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.
2014-01-02 Guy HarrisFill in the struct wtap_pkthdr in the seek-read routine.
2013-12-20 Jakub ZawadzkiChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-21 Guy HarrisGet rid of C++ comments.
2013-11-21 Martin MathiesonCope with empty VWR files (bug 9428)
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-16 Bill MeierFix various: whitespace, comments & etc.
2013-10-15 Gerald CombsAdd another cast.
2013-10-15 Gerald CombsAdd casts to fix some shortening errors.
2013-10-15 Martin Kaiserlimit the values written to phdr.(cap)len to guint32...
2013-10-15 Martin Kaisercode review of parse_s1_W_stats()
2013-10-14 Martin Kaiserdo some range checks when reading vwr files
2013-09-15 Alexis La GoutteFrom Tom Cook via https://bugs.wireshark.org/bugzilla...
2013-08-10 Guy HarrisInitialize float variables with float constants, not...
2013-08-10 Martin MathiesonIxVeriwave 11ac patch (bug 8912) from Tom Cook.
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-04 Jeff MorrissFix an unintialized-value-used warning that Valgrind...
2013-06-04 Jeff MorrissGet rid of trailing white space and a few tabs.
2013-06-04 Jeff MorrissFix the wiretap fuzz failure reported in https://bugs...
2013-06-02 Guy HarrisPass the read_rec_data routines a wtap_pkthdr pointer...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-06 Evan HuusRemove unused variable caught by cppcheck.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-27 Michael TüxenIt seems that the length should unsigned, not signed.
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-27 Guy Harrisvwr_read_rec_header()'s return value is used only to...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-05-01 Guy HarrisRemove unnecessary null-pointer check.
2012-05-01 Chris MaynardFix 2 redundant redeclaration warnings and a bug where...
2012-04-28 Guy HarrisRemove _U_ from arguments that are actually used.
2012-04-28 Guy HarrisGet rid of some unnecessary assignments, to remove...
2012-04-26 Guy HarrisRemove duplicate comment.
2012-04-26 Guy HarrisAdd a pcoreytohll() macro to extract "Corey-endian...
2012-04-26 Guy HarrisUse the pletohXX macros when fetching little-endian...
2012-04-26 Guy HarrisPut the pseudo-header information for Veriwave packets...
2012-04-26 Guy HarrisUse pntohs(), pntoh24(), and pntohl() to fetch big...
2012-04-26 Guy HarrisGlobal variables considered harmful. Move all the...
2012-04-26 Guy HarrisIf you get an I/O error when looking for the FPGA versi...
2012-04-25 Martin MathiesonReturn 0 if doesn't match signature of vwr files.
2012-04-25 Martin MathiesonRemove some unnecessary includes and fix some indentation.
2012-04-21 Martin MathiesonLose some more unused variables reported by clang.
2012-04-20 Martin MathiesonTry to fix up some clang warnings. Will look at other...
2012-04-20 Martin MathiesonAdd a couple of casts to try to make the Windows-7...
2012-04-20 Martin MathiesonPatch for https://bugs.wireshark.org/bugzilla/show_bug...