Set the svn:eol-style property on all text files to "native", so that
[obnox/wireshark/wip.git] / wiretap / ascend.c
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...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
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/...
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...
2000-11-19 guy"wtap_read()" must *always* set "*err" when it returns...
2000-11-12 guy"wtap_loop()" no longer has problems with packet offset...
2000-11-12 guyNot all packets in a "wdd" dump necessarily have a...
2000-11-11 guyIn "wdd" captures:
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-08-11 denielMiscellaneous code cleaning
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 guyInclude an example of "wdd" output data from an Ascend...
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...
2000-01-10 gramSome initial changes for win32 support, but not all.
1999-10-28 geraldChange ASCEND_MAX_SEEK from 1000000 to 100000, so as...
1999-10-08 guyMove some definitions of stuff not used outside the...
1999-09-23 guyGet rid of unused variable.
1999-09-22 ashoknFix to allow compressed file handling of Ascend captures
1999-09-13 geraldAdd support for "wdd" trace output.
1999-09-11 geraldAdded Guy's patch to use the pseudo header facility...
1999-09-11 guy"ascend_seek()" isn't used outside "ascend.c", so make...
1999-09-11 guy"ascend_read()" is local to "ascend.c" - declare it...
1999-09-11 geraldAdd in ascend.c, ascend.h, ascend-grammar.y and ascend...