Fix two very minor memory leaks
[obnox/wireshark/wip.git] / wiretap / lanalyzer.c
2007-03-21 ulflset compiler option "treat warnings as errors" - to...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-08-28 guyEthereal requires 64-bit integrer support; do the time...
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-07-08 guyIf we don't know the board type in a Lanayzer capture...
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-07 guyThe year in a LANalyzer capture's trace summary record...
2004-01-05 ulfl removed some MSVC warnings (level 3)
2003-12-29 guyMake all the byte arrays for writing out stuff "guint8...
2003-12-28 ulflremoved some MSVC warnings (warning level 2)
2003-12-11 ulflprevent MSVC warning:
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-07-29 guyDon't free "wdh->dump.opaque" in the close routine...
2003-06-30 guyUse the "rx_frm_len" field from the trace packet data...
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-27 guyFrom Markus Steinmann: support for writing LANalyzer...
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-05-23 guyThe old URL for the LANalyzer file format is no longer...
2002-03-04 guyCheck for errors in seeks, "tell"s, and "stat()"s/...
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-04-16 guyGCC 2.95.1 on SPARC/Solaris, at least, is clever enough...
2001-03-10 guyObliging every capture file reader's "open()" routine...
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-03-22 guyIn a Network Monitor capture file, get the starting...
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-11-10 gramFixed small memory leak in wiretap (frame_buffer wasn...
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-22 guyGet rid of some cruft left in by previous checkins...
1999-08-20 gramMade LanAlyzer smarter about reading trace files, there...
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-01-29 gramModified code to allow compilation under IBM's C compil...
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1998-12-13 gramDebug statement commented out.
1998-12-13 gramAdded Guy's patch to calculate date of Sniffer packet...
1998-11-23 gramLANalyzer records time in half microseconds, not micros...
1998-11-23 gramAdded time-stamp decoding to LANalyzer decodes, made...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-12 gramI added the LANalzyer file format to wiretap. I cleaned...