aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2006-03-30From Martin Mathieson:Anders Broman2-2/+4
2006-03-29The header will be there, just make sure the date is put in.Jaap Keuter1-1/+3
2006-03-27From Martin Warnes:Anders Broman1-61/+14
2006-03-27Fix a possible NULL dereference (bug 827 / CID 145). Add an SVNGerald Combs1-54/+59
2006-03-22From Mertin Wrnes:Anders Broman1-455/+545
2006-03-17From Martin Warnes:Jaap Keuter1-3/+6
2006-03-11Remove an entire horde of off-by-one errors pointed out by Coverity's CID: 83Luis Ontanon1-5/+5
2006-03-09Fix a possible NULL dereference (Coverity CID 33).Gerald Combs1-2/+2
2006-03-08Another off by one error found by coverity (CID 83), using > instead of >= wh...Luis Ontanon1-1/+1
2006-03-08Coverity's run 14 CID 82.Luis Ontanon1-2/+2
2006-03-02From Daniele Orlandi:Anders Broman3-1/+149
2006-02-22Add makefile.nmakeAnders Broman1-3/+3
2006-02-17even if we don't want to close stdout on wtap_dump_close(), we might at least...Ulf Lamping1-1/+4
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