change all file offsets from long to gint64 so we can - theoretically - handle files...
[metze/wireshark/wip.git] / wiretap / vms.c
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-04-03 Guy HarrisMake editcap use wtap_read(); that eliminates the last...
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-02-09 Guy HarrisCast the arguments to <ctype.h> macros to "guchar"...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 Jörg MayerFix all fixable warnings
2003-05-27 Guy HarrisMake "vms_check_file_type()" seek back to the beginning...
2003-05-20 Guy HarrisFrom Martin Warnes: fix to check the "XXXtrace" part...
2003-05-19 Guy HarrisFrom Martin Warnes: support for VMS UCX$TRACE output...
2003-01-17 Guy HarrisFrom Marc Milgram: e-mail address update.
2002-10-10 Guy Harris"tm_isdst" must be set to -1 before "mktime()" is calle...
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-25 Guy HarrisFrom Marc Milgram: properly handle fragmented packets.
2002-03-07 Guy HarrisBug fix from Marc Milgram: occasionally the VMS parser...
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/...
2002-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2002-01-30 Guy HarrisBug fixes from Marc Milgram.
2002-01-15 Guy HarrisFrom Marc Milgram: fix to allow VMS TCPIPtrace files...
2002-01-08 Guy HarrisFrom Marc Milgram: all packets in DBS Etherwatch and...
2001-12-24 Gerald CombsVMS TCPIPtrace efficiency improvments, from Marc Milgram.
2001-10-18 Guy HarrisVMS TCPIPtrace wiretap module, from Marc Milgram.