aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-05-19Z_BLOCK was added in zlib-1.2.0.5Jakub Zawadzki1-2/+8
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs2-5/+5
2012-05-11Use "%parse-param" instead of a global variable. Fixes a scan-buildGerald Combs1-31/+31
2012-05-05Directly calculate the time stamp based on the offset in the stream fromGuy Harris1-20/+18
2012-05-04Clean up indentation.Guy Harris1-31/+30
2012-05-04ng_file_seek_rand() is supposed to return a Boolean; make it do so.Guy Harris1-3/+3
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris45-333/+172
2012-05-04Fix comments.Guy Harris1-2/+2
2012-05-04Get rid of declaration of non-existent routine.Guy Harris1-1/+0
2012-05-04Make everything static that doesn't need to be exported.Guy Harris1-19/+19
2012-05-04Fix indentation.Guy Harris1-3/+3
2012-05-02Add a file_skip() routine to skip N bytes forward in the file - it'sGuy Harris2-7/+19
2012-05-02Put all the comments about the "don't check the CRC" flag together, andGuy Harris1-11/+10
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris5-95/+30
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-29Add ".dmp" as a suffix for pcap files of various flavors. Add ".ntar"Guy Harris1-8/+8
2012-04-28Remove _U_ from arguments that are actually used.Guy Harris1-5/+5
2012-04-28If xml_get_int() fails, bail immediately; don't use the variable itGuy Harris1-14/+18
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 Harris2-37/+196
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-26Put pcapng_open() right after libpcap_open(); pcap and pcap-ng are ourGuy Harris1-2/+2
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-25Add wtap_dump_fdopen_ngAnders Broman1-0/+1
2012-04-25Handle wtap_dump_fdopen() as wtap_dump_open() eg callAnders Broman2-37/+79
2012-04-25Remove some unnecessary includes and fix some indentation.Martin Mathieson1-8/+7
2012-04-22Fix a buildbot compile warning.Bill Meier1-1/+1
2012-04-22Various minor cleanup:Bill Meier1-200/+222
2012-04-22Global variables considered harmful (and unnecessary).Guy Harris1-13/+10
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-20Missed file from previous commit.Martin Mathieson1-0/+29
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson6-0/+2124
2012-04-20Fix more indentation.Guy Harris1-1/+1
2012-04-20Use consistent 2-space indentation, and don't use tabs.Guy Harris1-496/+496
2012-04-19Fix typo.Guy Harris1-1/+1
2012-04-19Don't byte-swap bytes that aren't there.Guy Harris1-6/+16
2012-04-18From Rolf Fiedler:Anders Broman1-2/+3
2012-04-18Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...Anders Broman2-2/+2
2012-04-18From Colus Tang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7134Alexis La Goutte1-1/+1
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris2-2/+6
2012-04-18Fix some indentation errors from the previous change.Guy Harris1-3/+3
2012-04-18Get rid of tabs, so we don't have to worry about 4-space vs. 8-space tabs.Guy Harris1-160/+161