Manually revert the changes to CMakeLists.txt from commit 40602 - they should not...
[obnox/wireshark/wip.git] / wiretap / etherpeek.c
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guy#if 0 out some unused variables; we may make use of...
2010-02-27 guyConstify.
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-08-26 guyEthereal now requires 64-bit integer support, so get...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
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-06 guyFix up a comment to note that this is also used for...
2004-01-27 guySupply a pseudo-header for all 802.11 packets; add...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2003-12-18 guyWildPackets' EtherHelp appears to write EtherPeek-compa...
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-06-25 guyGCC 3.3 noticed that checking whether the length of...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 guyFrom Joerg Mayer:
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-04-08 guyThe length passed into "seek_read" routines is the...
2002-04-08 guyUse WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek...
2002-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2002-02-15 guyPut in a missing "break;" statement. (Testing the...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-29 guyUntested support for AiroPeek captures.
2002-01-23 guyGet rid of "m"/"M" and other Macintosh references in...
2002-01-22 guyFrom Alan Harrison: set "wth->phdr.pkt_encap" to "wth...
2002-01-21 guyFixes to EtherPeek file reader code, from Alan Harrison.
2002-01-18 guyThe time base in an EtherPeek capture isn't necessarily...
2002-01-18 guyIt's EtherPeek, not Etherpeek, as WildPackets' Web...
2002-01-18 guyIn the EtherPeek file reader, keep the capture start...
2001-12-05 guyThe data structure for per-packet headers for Mac V5...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-07-13 guyFrom Joerg Mayer:
2001-03-10 guyObliging every capture file reader's "open()" routine...
2001-03-09 guyInclude "etherpeek.h", which declares routines we defin...
2001-02-22 guyEtherpeek version 5, 6, and 7 support, from Daniel...