Declare the snapshot_length as unsigned.
[obnox/wireshark/wip.git] / wiretap / dbs-etherwatch.c
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-11 guyUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-07 geraldBe more picky about our sscanf integer field widths...
2011-02-16 geraldFix errors found by the Visual C++ analyzer.
2009-04-24 wmeier[Trivial] Constify a few things
2009-03-07 guyMore P64 changes.
2007-12-07 guyGet rid of 8-bit charcters in the example ETHERWATCH...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-07-04 guyFix indentation.
2006-05-28 etxrabEthareal->Wireshark
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-04-03 guyMake editcap use wtap_read(); that eliminates the last...
2004-10-01 jmayerGet rid of warnings about shadowed variables (code...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-03-03 guyHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-02-09 guyCast the arguments to <ctype.h> macros to "guchar"...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 jmayerFix all fixable warnings
2003-12-31 guyFor WTAP_ENCAP_ETHERNET, you have to fill in the "eth...
2003-12-29 guyFrom Neils Koot:
2003-01-17 guyFrom Marc Milgram: e-mail address update.
2002-10-10 guy"tm_isdst" must be set to -1 before "mktime()" is calle...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-03-05 guyMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 guyCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-03-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-08 guyFrom Marc Milgram: all packets in DBS Etherwatch and...
2001-10-19 guyDBS Etherwatch wiretap module, from Marc Milgram.