aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vms.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-09More 64-bit fixes.gerald1-2/+2
2008-05-08strncpy -> g_strlcpyetxrab1-3/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-6/+6
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-3/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofguy1-1/+1
2004-10-01Get rid of warnings about shadowed variables (code was ok)jmayer1-15/+15
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-02-09Cast the arguments to <ctype.h> macros to "guchar", to squelchguy1-6/+6
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-15/+25
2004-01-24Fix all fixable warningsjmayer1-5/+5
2003-05-27Make "vms_check_file_type()" seek back to the beginning of the line thatguy1-1/+14
2003-05-20From Martin Warnes: fix to check the "XXXtrace" part of the per-packetguy1-98/+121
2003-05-19From Martin Warnes: support for VMS UCX$TRACE output in wiretap.guy1-9/+42
2003-01-17From Marc Milgram: e-mail address update.guy1-2/+2
2002-10-10"tm_isdst" must be set to -1 before "mktime()" is called, so thatguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-6/+3
2002-03-25From Marc Milgram: properly handle fragmented packets.guy1-14/+37
2002-03-07Bug fix from Marc Milgram: occasionally the VMS parser would read offguy1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-17/+16
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-9/+14
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy1-18/+49
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-2/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-2/+2
2002-01-30Bug fixes from Marc Milgram.guy1-49/+46
2002-01-15From Marc Milgram: fix to allow VMS TCPIPtrace files that don't haveguy1-2/+2
2002-01-08From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEguy1-2/+2
2001-12-24VMS TCPIPtrace efficiency improvments, from Marc Milgram.gerald1-7/+12
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.guy1-0/+412