aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vms.c
Commit message (Expand)AuthorAgeFilesLines
* vms.c: undo an incorrect const committed in SVN #28144.Bill Meier2009-04-241-1/+1
* [Trivial] Constify a few thingsBill Meier2009-04-241-3/+3
* Clean up some 64-bit issues.Guy Harris2009-04-221-1/+1
* More 64-bit fixes.Gerald Combs2009-03-091-2/+2
* strncpy -> g_strlcpyAnders Broman2008-05-081-3/+2
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-6/+6
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-3/+2
* Make editcap use wtap_read(); that eliminates the last user ofGuy Harris2005-04-031-1/+1
* Get rid of warnings about shadowed variables (code was ok)Jörg Mayer2004-10-011-15/+15
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Cast the arguments to <ctype.h> macros to "guchar", to squelchGuy Harris2004-02-091-6/+6
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-15/+25
* Fix all fixable warningsJörg Mayer2004-01-241-5/+5
* Make "vms_check_file_type()" seek back to the beginning of the line thatGuy Harris2003-05-271-1/+14
* From Martin Warnes: fix to check the "XXXtrace" part of the per-packetGuy Harris2003-05-201-98/+121
* From Martin Warnes: support for VMS UCX$TRACE output in wiretap.Guy Harris2003-05-191-9/+42
* From Marc Milgram: e-mail address update.Guy Harris2003-01-171-2/+2
* "tm_isdst" must be set to -1 before "mktime()" is called, so thatGuy Harris2002-10-101-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-6/+3
* From Marc Milgram: properly handle fragmented packets.Guy Harris2002-03-251-14/+37
* Bug fix from Marc Milgram: occasionally the VMS parser would read offGuy Harris2002-03-071-2/+2
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-17/+16
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-9/+14
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-18/+49
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-2/+3
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-2/+2
* Bug fixes from Marc Milgram.Guy Harris2002-01-301-49/+46
* From Marc Milgram: fix to allow VMS TCPIPtrace files that don't haveGuy Harris2002-01-151-2/+2
* From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEGuy Harris2002-01-081-2/+2
* VMS TCPIPtrace efficiency improvments, from Marc Milgram.Gerald Combs2001-12-241-7/+12
* VMS TCPIPtrace wiretap module, from Marc Milgram.Guy Harris2001-10-181-0/+412