Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.
[obnox/wireshark/wip.git] / wiretap / pppdump.c
2007-05-23 jakeFix for bug 1601: handle zero length packets.
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-04-03 guyMake editcap use wtap_read(); that eliminates the last...
2005-01-16 guyWhen we get an EOF, only return WTAP_ERR_SHORT_READ...
2004-10-30 guyCheck for errors from all calls to "file_getc()".
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-16 guyDon't allocate structures to remember how to re-access...
2002-07-15 guyClean up the setting of "id_offset" and "sd_offset...
2002-07-15 guyRedo the way random access is handled. Save, for each...
2002-07-14 guyClarify the octet-stuffed framing code, by adding comme...
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-05-29 guyFail somewhat more gracefully when confronted with...
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...
2001-12-17 guyFrom Irfan Khan: fix a couple of bugs in the pppdump...
2001-12-13 gramGet rid of newly-introduced signed/unsigned comparison...
2001-12-13 gramDon't leak memory when closing a pppdump trace file.
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-03-10 guyObliging every capture file reader's "open()" routine...
2000-12-09 gramFix for pppdump buffer-overflow check.
2000-11-19 geraldAdd an overflow check to process_data().
2000-11-19 guy"wtap_read()" must *always* set "*err" when it returns...
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 gramOh well, get rid of the debug printf's.
2000-09-19 gramAdd support for reading pppd log files in wiretap.