aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Don't pass the wtap * to a routine if it's not needed.Guy Harris1-22/+17
2014-01-02Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-41/+56
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-4/+4
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-25/+25
2013-11-21Get rid of C++ comments.Guy Harris1-1/+1
2013-11-21Cope with empty VWR files (bug 9428)Martin Mathieson1-2/+9
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-10-16Fix various: whitespace, comments & etc.Bill Meier1-612/+624
2013-10-15Add another cast.Gerald Combs1-1/+1
2013-10-15Add casts to fix some shortening errors.Gerald Combs1-4/+4
2013-10-15limit the values written to phdr.(cap)len to guint32, not to guint16Martin Kaiser1-6/+6
2013-10-15code review of parse_s1_W_stats()Martin Kaiser1-2/+16
2013-10-14do some range checks when reading vwr filesMartin Kaiser1-14/+14
2013-09-15From Tom Cook via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9147 Lo...Alexis La Goutte1-3/+3
2013-08-10Initialize float variables with float constants, not double constants,Guy Harris1-6/+6
2013-08-10IxVeriwave 11ac patch (bug 8912) from Tom Cook.Martin Mathieson1-528/+516
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-76/+66
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