aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
Commit message (Expand)AuthorAgeFilesLines
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-6/+6
* Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris2012-12-211-3/+3
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-2/+2
* Remove unused variable caught by cppcheck.Evan Huus2012-10-061-2/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* It seems that the length should unsigned, not signed.Michael Tüxen2012-07-271-1/+1
* From Evan Huus:Anders Broman2012-07-091-6/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* vwr_read_rec_header()'s return value is used only to distinguish successGuy Harris2012-05-271-16/+9
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-7/+2
* Remove unnecessary null-pointer check.Guy Harris2012-05-011-4/+2
* Fix 2 redundant redeclaration warnings and a bug where logical AND (&&) was i...Chris Maynard2012-05-011-4/+1
* Remove _U_ from arguments that are actually used.Guy Harris2012-04-281-5/+5
* Get rid of some unnecessary assignments, to remove warnings from theGuy Harris2012-04-281-5/+1
* Remove duplicate comment.Guy Harris2012-04-261-2/+0
* Add a pcoreytohll() macro to extract "Corey-endian" 64-bit quantities,Guy Harris2012-04-261-27/+24
* Use the pletohXX macros when fetching little-endian values.Guy Harris2012-04-261-8/+5
* Put the pseudo-header information for Veriwave packets into the bufferGuy Harris2012-04-261-37/+186
* Use pntohs(), pntoh24(), and pntohl() to fetch big-endian data from theGuy Harris2012-04-261-40/+32
* Global variables considered harmful. Move all the per-capture-fileGuy Harris2012-04-261-407/+421
* If you get an I/O error when looking for the FPGA version, return -1, soGuy Harris2012-04-261-16/+23
* Return 0 if doesn't match signature of vwr files.Martin Mathieson2012-04-251-2/+4
* Remove some unnecessary includes and fix some indentation.Martin Mathieson2012-04-251-8/+7
* Lose some more unused variables reported by clang.Martin Mathieson2012-04-211-7/+4
* Try to fix up some clang warnings. Will look at other modules I addedMartin Mathieson2012-04-201-37/+14
* Add a couple of casts to try to make the Windows-7-x64 buildbot happy.Martin Mathieson2012-04-201-2/+2
* Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson2012-04-201-0/+2105