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