aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* ethereal->wireshark updatesRonnie Sahlberg2006-05-225-6/+6
* name changeRonnie Sahlberg2006-05-214-8/+8
* Squelch some compiler warnings (a time_t might be an int or a long).Guy Harris2006-05-191-2/+2
* GLib 1.2[.x] doesn't have g_sprintf(), it just has g_snprintf(); useGuy Harris2006-05-152-2/+6
* Fix some compiler warnings.Guy Harris2006-05-153-5/+79
* Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt2006-05-086-4/+231
* From Martin Mathieson:Anders Broman2006-04-241-23/+46
* Fix CID: 150 Anders Broman2006-04-231-1/+1
* From Martin Mathieson:Anders Broman2006-04-191-0/+17
* The first item in the network load EIP appears to be the networkGuy Harris2006-04-191-3/+3
* From Martin Mathieson:Anders Broman2006-04-172-16/+20
* Get rid of the unused WTAP_ENCAP value - holes in the number space causeGuy Harris2006-04-162-28/+25
* Add some missing little-endianizing.Guy Harris2006-04-161-5/+7
* Add a loop to process TLVs in the file header.Guy Harris2006-04-161-16/+52
* Move file format definitions to the header file.Guy Harris2006-04-162-155/+216
* Sake Blok wrote....Jaap Keuter2006-04-151-1/+11
* From Martin Mathieson:Anders Broman2006-04-151-31/+54
* from Martin Mathieson: add catapult_dct2000.hUlf Lamping2006-04-141-0/+1
* SVN properties...Anders Broman2006-04-142-30/+30
* From Martin Mathieson:Anders Broman2006-04-148-2/+1362
* Skip non-data records. Fixes bug 767.Guy Harris2006-04-142-18/+63
* From Martin Mathieson:Anders Broman2006-03-302-2/+4
* The header will be there, just make sure the date is put in.Jaap Keuter2006-03-291-1/+3
* From Martin Warnes:Anders Broman2006-03-271-61/+14
* Fix a possible NULL dereference (bug 827 / CID 145). Add an SVNGerald Combs2006-03-271-54/+59
* From Mertin Wrnes:Anders Broman2006-03-221-455/+545
* From Martin Warnes:Jaap Keuter2006-03-171-3/+6
* Remove an entire horde of off-by-one errors pointed out by Coverity's CID: 83Luis Ontanon2006-03-111-5/+5
* Fix a possible NULL dereference (Coverity CID 33).Gerald Combs2006-03-091-2/+2
* Another off by one error found by coverity (CID 83), using > instead of >= wh...Luis Ontanon2006-03-081-1/+1
* Coverity's run 14 CID 82.Luis Ontanon2006-03-081-2/+2
* From Daniele Orlandi:Anders Broman2006-03-023-1/+149
* Add makefile.nmakeAnders Broman2006-02-221-3/+3
* 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