change all file offsets from long to gint64 so we can - theoretically - handle files...
[metze/wireshark/wip.git] / wiretap / ascend.c
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-07-04 Guy HarrisDon't test a variable in a loop if its value never...
2005-11-07 Guy HarrisThe problem wasn't that <sys/stat.h> wasn't being inclu...
2005-11-07 Guy HarrisYou need <sys/stat.h>, if present, to use fstat().
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-19 Guy HarrisAdd APIs to Wiretap to return the file of the size...
2005-07-22 Jörg MayerMore 'char*' -> 'const char*' warning fixes
2005-04-03 Guy HarrisMake editcap use wtap_read(); that eliminates the last...
2005-02-05 Gerald CombsFrom Josh Bailey:
2004-10-01 Jörg MayerGet rid of warnings about shadowed variables (code...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-07-13 Guy HarrisFrom Joerg Mayer:
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
2000-11-19 Guy Harris"wtap_read()" must *always* set "*err" when it returns...
2000-11-12 Guy Harris"wtap_loop()" no longer has problems with packet offset...
2000-11-12 Guy HarrisNot all packets in a "wdd" dump necessarily have a...
2000-11-11 Guy HarrisIn "wdd" captures:
2000-09-07 Gilbert RamirezChange wtap_read() API so that the data offset is set...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-05-10 Guy HarrisInclude an example of "wdd" output data from an Ascend...
2000-03-22 Guy HarrisIn a Network Monitor capture file, get the starting...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...
2000-01-10 Gilbert RamirezSome initial changes for win32 support, but not all.
1999-10-28 Gerald CombsChange ASCEND_MAX_SEEK from 1000000 to 100000, so as...
1999-10-08 Guy HarrisMove some definitions of stuff not used outside the...
1999-09-23 Guy HarrisGet rid of unused variable.
1999-09-22 Ashok NarayananFix to allow compressed file handling of Ascend captures
1999-09-13 Gerald CombsAdd support for "wdd" trace output.
1999-09-11 Gerald CombsAdded Guy's patch to use the pseudo header facility...
1999-09-11 Guy Harris"ascend_seek()" isn't used outside "ascend.c", so make...
1999-09-11 Guy Harris"ascend_read()" is local to "ascend.c" - declare it...
1999-09-11 Gerald CombsAdd in ascend.c, ascend.h, ascend-grammar.y and ascend...