aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vms.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-6/+3
2002-03-25From Marc Milgram: properly handle fragmented packets.Guy Harris1-14/+37
2002-03-07Bug fix from Marc Milgram: occasionally the VMS parser would read offGuy Harris1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-17/+16
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-9/+14
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-18/+49
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+2
2002-01-30Bug fixes from Marc Milgram.Guy Harris1-49/+46
2002-01-15From Marc Milgram: fix to allow VMS TCPIPtrace files that don't haveGuy Harris1-2/+2
2002-01-08From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEGuy Harris1-2/+2
2001-12-24VMS TCPIPtrace efficiency improvments, from Marc Milgram.Gerald Combs1-7/+12
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.Guy Harris1-0/+412