Fix an unintialized-value-used warning that Valgrind detected in the capture
[metze/wireshark/wip.git] / wiretap / vwr.c
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...