Don't use fwrite directly when writing a dump file; call it through
[obnox/wireshark/wip.git] / wiretap / netmon.c
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-02-27 guyConstify.
2009-12-09 sfisherWhen reading NetMon capture files version 2.1 and highe...
2009-06-02 guyNo newlines in the additional-error-information string...
2009-04-22 guyClean up some 64-bit issues.
2009-03-09 geraldP64 fixes.
2007-06-05 guyNote the version numbers in NetMon 3.0 files.
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-04 guyFix some more leaks in error returns from open routines...
2005-05-30 geraldFrom Steve Grubb: Fix a memory leak. Fixes part of...
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...
2003-12-23 ulflremoved some MSVC warnings (conversions between double...
2003-11-06 guyFrom Scott Emberley: support for writing Network Instru...
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-01-10 guyThe Sniffer file formats include a file to identify...
2003-01-06 guyCast "secs" to "double" before multiplying by 1000000...
2003-01-03 guyRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-13 guyGet rid of the "vpi" and "vci" arguments to "atm_guess_...
2002-08-13 guyUse "atm_guess_traffic_type()" to guess the ATM traffic...
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-06-04 guyThe frame table isn't needed once we've made a sequenti...
2002-05-04 guyFix capture-file-specific "close output" routines to...
2002-04-30 guyUniformly use "sizeof (struct netmon_atm_hdr)" for...
2002-04-30 guyReplace the "ngsniffer_atm" with an "atm" pseudo-header...
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-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-25 guyFrom Motonori Shindo: protect include of <netinet/in...
2002-01-24 guyAdd support for ATM captures (based on writing one...
2001-12-04 guyIn the NetMon capture file reading code, if we get...
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-07-15 guyFixes, from Scott Renfro, for some calls to "localtime...
2001-07-13 guyFrom Joerg Mayer:
2001-03-10 guyObliging every capture file reader's "open()" routine...
2001-01-25 guyFinish up support for writing NetMon 2.x capture files.
2000-11-19 guy"wtap_read()" must *always* set "*err" when it returns...
2000-09-21 gramMake sure to pass the sent/received direction from...
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-08-25 gramMove #include <time.h> into wtap-int.h instead of requi...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-10 guyRename the "private" member of a "wtap_dumper" structur...
2000-03-22 guyMake the previous checkin actually compile on big-endia...
2000-03-22 guyByte-swap the frame table on big-endian machines.
2000-03-22 guyIn a Network Monitor capture file, get the starting...
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-15 guyOne field in the NetXRay header appears to be the numbe...
1999-12-04 guyFix some names.
1999-12-04 guyAdd some infrastructure for the use of Ethereal, so...
1999-12-04 guyInclude <string.h> to declare "memset()".
1999-12-04 guyAdd support to Wiretap for writing Network Monitor...
1999-11-26 guyIt appears that the first frame in a NetMon 2.0 capture...
1999-10-05 guyBetter handle errors from zlib:
1999-09-24 guyFix it so that it builds with "--disable-zlib".
1999-09-22 ashoknThis commit contains support for reading capture files...
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-08-18 guyAdd to Wiretap the ability to write capture files;...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-05-12 guyAdd support for Network Monitor 2.0 files, thanks to...
1999-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1999-03-01 gramAdded display filters to wiretap.
1999-02-20 guyFix a typo in a comment, and make the "magic number...
1999-02-12 gramChange to wtap.c switch() statement to allow compilatio...
1999-01-27 gramAdded token-ring support to netmon.c
1999-01-18 gramAdded Guy's netmon.[ch] files to CVS for him. His firew...