aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/dbs-etherwatch.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-2/+3
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-2/+0
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-13/+13
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-13/+17
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-2/+1
2011-04-07Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs1-1/+1
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-1/+1
2009-04-24[Trivial] Constify a few thingsBill Meier1-1/+1
2009-03-07More P64 changes.Guy Harris1-2/+3
2007-12-07Get rid of 8-bit charcters in the example ETHERWATCH output - they canGuy Harris1-11/+15
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-7/+7
2006-07-04Fix indentation.Guy Harris1-14/+14
2006-05-28Ethareal->WiresharkAnders Broman1-1/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-3/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-8/+8
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-02-09Cast the arguments to <ctype.h> macros to "guchar", to squelchGuy Harris1-7/+8
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-12/+31
2004-01-24Fix all fixable warningsJörg Mayer1-3/+3
2003-12-31For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofGuy Harris1-1/+12
2003-12-29From Neils Koot:Guy Harris1-82/+297
2003-01-17From Marc Milgram: e-mail address update.Guy Harris1-2/+2
2002-10-10"tm_isdst" must be set to -1 before "mktime()" is called, so thatGuy Harris1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-4/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-17/+16
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-9/+16
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-19/+41
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-3/+8
2002-01-08From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEGuy Harris1-2/+2
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.Guy Harris1-0/+366