aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7048Michael Tüxen1-10/+40
2012-04-15Whitespace cleanup (done while debugging).Michael Tüxen1-65/+65
2012-04-15Fix a typo (just clearing my client out before I start doing diffs).Martin Mathieson1-1/+1
2012-04-14More double-free fixes - destroy_k12_file_data() frees its argument, soGuy Harris1-2/+0
2012-04-14From From Evan Huus: Potential double-free while importing k12xx *.rf5 files ...Anders Broman1-2/+0
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki4-4/+4
2012-04-10Call LAPD-with-Linux-pseudoheader "linux-lapd", and fix its descriptionGuy Harris1-2/+2
2012-04-10Fix tpo.Guy Harris1-1/+1
2012-04-10It's "X.25", not "X25".Guy Harris1-1/+1
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2012-04-061.7.1 → 1.7.2.Gerald Combs1-1/+1
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris3-4/+14
2012-04-05Use tabs more uniformly.Guy Harris1-1/+1
2012-04-05WTAP_ENCAP_MTP2 is for MTP2 *without* a pseudo-header giving directionGuy Harris1-3/+3
2012-04-04Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki1-1/+5
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-04-04From Rolf Fiedler:Anders Broman3-4/+18
2012-04-03Set up table to help with ascii-hex -> hex conversion in advance toMartin Mathieson1-18/+26
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki2-1/+4