aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vms.c
Commit message (Expand)AuthorAgeFilesLines
* 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