aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt6-4/+231
2006-04-24From Martin Mathieson:Anders Broman1-23/+46
2006-04-23Fix CID: 150 Anders Broman1-1/+1
2006-04-19From Martin Mathieson:Anders Broman1-0/+17
2006-04-19The first item in the network load EIP appears to be the networkGuy Harris1-3/+3
2006-04-17From Martin Mathieson:Anders Broman2-16/+20
2006-04-16Get rid of the unused WTAP_ENCAP value - holes in the number space causeGuy Harris2-28/+25
2006-04-16Add some missing little-endianizing.Guy Harris1-5/+7
2006-04-16Add a loop to process TLVs in the file header.Guy Harris1-16/+52
2006-04-16Move file format definitions to the header file.Guy Harris2-155/+216
2006-04-15Sake Blok wrote....Jaap Keuter1-1/+11
2006-04-15From Martin Mathieson:Anders Broman1-31/+54
2006-04-14from Martin Mathieson: add catapult_dct2000.hUlf Lamping1-0/+1
2006-04-14SVN properties...Anders Broman2-30/+30
2006-04-14From Martin Mathieson:Anders Broman8-2/+1362
2006-04-14Skip non-data records. Fixes bug 767.Guy Harris2-18/+63
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