Remove Nmake build system
[metze/wireshark/wip.git] / wiretap / vms.c
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2016-04-30 Guy HarrisCheck for packets bigger than WTAP_MAX_PACKET_SIZE.
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisWhitespace cleanups.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2012-12-27 Guy HarrisErrors take precedence over EOF; use file_error() after...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-19 Guy HarrisPass parse_vms_hex_dump() a pointer to a wtap_pkthdr...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-07 Gerald CombsBe more picky about our sscanf integer field widths...
2011-03-25 Gerald CombsFix Coverity CIDs 810 & 811: uninitialized variables.
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2011-01-03 Guy HarrisWe must always return an error code on an error; otherw...
2010-04-17 Stig BjørlykkeFrom Jakub Zawadzki:
2009-04-24 Bill Meiervms.c: undo an incorrect const committed in SVN #28144.
2009-04-24 Bill Meier[Trivial] Constify a few things
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-09 Gerald CombsMore 64-bit fixes.
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
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.