aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
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