summaryrefslogtreecommitdiff
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Fix an unintialized-value-used warning that Valgrind detected in the captureJeff Morriss1-6/+6
2013-06-04Get rid of trailing white space and a few tabs.Jeff Morriss1-22/+22
2013-06-04Fix the wiretap fuzz failure reported in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-1/+7
2013-06-02Pass the read_rec_data routines a wtap_pkthdr pointer, and have themGuy Harris1-33/+37
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-6/+6
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-3/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-10-06Remove unused variable caught by cppcheck.Evan Huus1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-27It seems that the length should unsigned, not signed.Michael Tüxen1-1/+1
2012-07-09From Evan Huus:Anders Broman1-6/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-27vwr_read_rec_header()'s return value is used only to distinguish successGuy Harris1-16/+9
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-7/+2
2012-05-01Remove unnecessary null-pointer check.Guy Harris1-4/+2
2012-05-01Fix 2 redundant redeclaration warnings and a bug where logical AND (&&) was i...Chris Maynard1-4/+1
2012-04-28Remove _U_ from arguments that are actually used.Guy Harris1-5/+5
2012-04-28Get rid of some unnecessary assignments, to remove warnings from theGuy Harris1-5/+1
2012-04-26Remove duplicate comment.Guy Harris1-2/+0
2012-04-26Add a pcoreytohll() macro to extract "Corey-endian" 64-bit quantities,Guy Harris1-27/+24
2012-04-26Use the pletohXX macros when fetching little-endian values.Guy Harris1-8/+5
2012-04-26Put the pseudo-header information for Veriwave packets into the bufferGuy Harris1-37/+186
2012-04-26Use pntohs(), pntoh24(), and pntohl() to fetch big-endian data from theGuy Harris1-40/+32
2012-04-26Global variables considered harmful. Move all the per-capture-fileGuy Harris1-407/+421
2012-04-26If you get an I/O error when looking for the FPGA version, return -1, soGuy Harris1-16/+23
2012-04-25Return 0 if doesn't match signature of vwr files.Martin Mathieson1-2/+4
2012-04-25Remove some unnecessary includes and fix some indentation.Martin Mathieson1-8/+7
2012-04-21Lose some more unused variables reported by clang.Martin Mathieson1-7/+4
2012-04-20Try to fix up some clang warnings. Will look at other modules I addedMartin Mathieson1-37/+14
2012-04-20Add a couple of casts to try to make the Windows-7-x64 buildbot happy.Martin Mathieson1-2/+2
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+2105