Update to V9.0.0 (2009-12)
[obnox/wireshark/wip.git] / wiretap / snoop.c
2009-12-03 stigFrom Petr Sumbera via bug 4284:
2009-09-17 guyWe pass the file handle to snoop_read_shomiti_wireless_...
2009-09-17 guyWe need an err_info argument to snoop_read_shomiti_wire...
2009-09-17 guyDo *NOT* skip the rest of the header by reading into...
2009-09-17 morrissFrom Clay Jones via https://bugs.wireshark.org/bugzilla...
2009-06-02 guyNo newlines in the additional-error-information string...
2009-04-22 guyClean up some 64-bit issues.
2007-01-18 guyFrom Clay Jones: Shomiti wireless packet support.
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-12-31 ulflbugfix to #649: first convert to microseconds, then...
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-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 ulfl removed some MSVC warnings (level 3)
2003-12-19 guyAdd some additional sanity checking.
2003-11-11 guyFrom Brian Ginsbach: fix handling of IRIX and UNICOS...
2003-11-04 guySigh. Some snoop files have 6 bytes of padding; assume...
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-02-18 guySigh. It appears that atmsnoop might, at least for...
2003-01-10 guyThe Sniffer file formats include a file to identify...
2003-01-09 guyIt appears that a channel number of 0 means DTE->DCE...
2003-01-03 guyRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-12-05 guySigh. We really *do* have to check whether a capture...
2002-11-13 guyFrom Brian Ginsbach: upport for additional snoop file...
2002-09-04 guyUpdate some comments.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 guyFrom Joerg Mayer:
2002-07-16 guyFrom Graeme Hewson:
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-05-26 guyGet rid of an unused variable.
2002-05-23 guySet the LANE subtype in the "seek and read" routine.
2002-05-07 guyTraffic with a traffic type of 0x06 is Signalling AAL...
2002-04-30 guyMove the code to guess the traffic type based on the...
2002-04-30 guySupport writing Sun atmsnoop files.
2002-04-30 guyReplace the "ngsniffer_atm" with an "atm" pseudo-header...
2002-04-30 guyThe first byte of the frame header in atmsnoop does...
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-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-25 gramGet rid of signed/unsigned comparison warnings in wiretap.
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-08-25 guyThe return value from "fwrite()" is a "size_t"; make...
2001-08-25 guySigh. Shomiti apparently didn't know that the RFC...
2001-03-10 guyObliging every capture file reader's "open()" routine...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-09-21 gramMake sure to pass the sent/received direction from...
2000-09-19 guyShomiti Surveyor 3.x appears to have changed the versio...
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-07-26 guyUse unsigned character pointers and arrays rather than...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 guyIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-02-19 guyUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-12-04 guyFields in the "snoop" file header are big-endian; write...
1999-12-04 guyFix some names.
1999-12-04 guyAdd some infrastructure for the use of Ethereal, so...
1999-12-04 guyAdd support to Wiretap for writing Network Monitor...
1999-12-04 guyAdd support to Wiretap for writing "snoop"-format captu...
1999-11-27 guyUpdate a comment.
1999-11-27 guyMove the "guess what type of ATM traffic this is" stuff...
1999-11-26 guyAdd a bunch of placeholder entries for DLPI link-layer...
1999-10-05 guyBetter handle errors from zlib:
1999-09-28 guy"snoop" seems to treat "IEEE 802.3" and "Ethernet"...
1999-09-24 guyFix it so that it builds with "--disable-zlib".
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-02 guyWhen skipping over the padding at the end of a record...
1999-08-28 guyKeep in the "wtap" structure the current offset into...
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 guyGet rid of some cruft left in by previous checkins...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-03-01 gramAdded display filters to wiretap.
1999-02-20 guyMake the "magic number" a "const" string.
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...