aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/dbs-etherwatch.c
Commit message (Expand)AuthorAgeFilesLines
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Cast the arguments to <ctype.h> macros to "guchar", to squelchGuy Harris2004-02-091-7/+8
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-12/+31
* Fix all fixable warningsJörg Mayer2004-01-241-3/+3
* For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofGuy Harris2003-12-311-1/+12
* From Neils Koot:Guy Harris2003-12-291-82/+297
* From Marc Milgram: e-mail address update.Guy Harris2003-01-171-2/+2
* "tm_isdst" must be set to -1 before "mktime()" is called, so thatGuy Harris2002-10-101-1/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-4/+2
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-17/+16
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-9/+16
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-19/+41
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-2/+2
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-3/+8
* From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEGuy Harris2002-01-081-2/+2
* DBS Etherwatch wiretap module, from Marc Milgram.Guy Harris2001-10-191-0/+366