aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* even if we don't want to close stdout on wtap_dump_close(), we might at least...Ulf Lamping2006-02-171-1/+4
* The attached patch to fix bug 663 allows Ethereal to read WindowsJaap Keuter2006-01-121-3/+38
* don't claim to be an erf file if it isn't (e.g. if the file_read call fails)Ulf Lamping2006-01-071-1/+1
* code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping2006-01-061-2/+2
* Win32: set stdout to binary mode in wtap_dump_fdopen(), so tethereal is also ...Ulf Lamping2006-01-051-0/+6
* bugfix to #649: first convert to microseconds, then eventually swap byte orde...Ulf Lamping2005-12-311-1/+1
* Add support for Juniper GGSN generated pcap files.Luis Ontanon2005-12-192-1/+4
* Fail if *any* of the fields in the per-packet header of the first recordGuy Harris2005-11-271-1/+2
* From Martin Warnes:Anders Broman2005-11-256-1/+805
* minor mkdir bugfix from Gisle VanemUlf Lamping2005-11-121-2/+3
* Include <unistd.h> if available, to get "close()" declared.Guy Harris2005-11-101-14/+20
* The problem wasn't that <sys/stat.h> wasn't being included, the problemGuy Harris2005-11-071-4/+0
* add file_util.h so distcheck might workUlf Lamping2005-11-071-0/+1
* You need <sys/stat.h>, if present, to use fstat().Guy Harris2005-11-071-0/+4
* The standard <dirent.h> routines to rewind and close a directory areGuy Harris2005-11-071-13/+13
* If we're using libz, make file_open() construct the open() flagGuy Harris2005-11-073-11/+40
* as mkstemp makes trouble and is only used once in util.c, move definition fro...Ulf Lamping2005-11-071-3/+0
* Get rid of CRs and set svn:eol-style to native, so that Windows machinesGuy Harris2005-11-061-127/+127
* Obviously, <glib/gstdio.h> is available since GLib version 2.6 only ...Ulf Lamping2005-11-061-1/+1
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-068-38/+163
* From Mark C Brown, Anders Broman2005-10-261-1/+1
* forgot this from the last commitLuis Ontanon2005-10-241-0/+1
* - packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...Luis Ontanon2005-10-241-109/+201
* Update URL for Sniffer manual, and expand a comment a bit.Guy Harris2005-10-221-3/+4
* Add #defines for the DOS Sniffer network types and for various frameGuy Harris2005-10-222-23/+127
* "aalt5_len" in the ATM pseudo-header is not guaranteed to be set to aGuy Harris2005-10-181-4/+4
* make sure tham when more than one stack file is used each channel uses the ri...Luis Ontanon2005-10-131-22/+184
* From Ignacio GoyretAnders Broman2005-10-111-2/+2
* From Rene Pilz,Anders Broman2005-10-061-0/+15
* A heuristic that only treats packets that appear to be LANE-encapsulatedGuy Harris2005-10-041-21/+7
* From Rene Piltz:Anders Broman2005-10-041-1/+21
* From Hannes Gredler:Anders Broman2005-09-203-1/+26
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-145-105/+232
* From Bill Meier:Guy Harris2005-09-092-24/+54
* Fix more problems found by Steve Grubb, along with other changes:Gerald Combs2005-09-081-0/+1
* Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping2005-08-305-39/+92
* Get rid of the old file header definition.Guy Harris2005-08-291-31/+17
* From Bill Meier:Guy Harris2005-08-282-34/+92
* Ethereal requires 64-bit integrer support; do the time stampGuy Harris2005-08-281-12/+10
* Get rid of a no-longer-true comment.Guy Harris2005-08-281-4/+0
* Fix indentation, and fix a comment.Guy Harris2005-08-261-2/+2
* Ethereal now requires 64-bit integer support, so get rid of the tests ofGuy Harris2005-08-264-47/+13
* timestamp display precision:Ulf Lamping2005-08-2528-5/+44
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-2431-117/+145
* Two fixes to tektronix k12 import:Luis Ontanon2005-08-221-2/+7
* "ascend-grammar.h" is generated by Bison with a copy of the definitionGuy Harris2005-08-201-2/+0
* - Include the .h files in their .c files.Jörg Mayer2005-08-202-0/+4
* Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flagsJörg Mayer2005-08-201-1/+1
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-194-6/+58
* Try yet another scheme for handling time stamps; realtick isn't alwaysGuy Harris2005-08-181-44/+146