From 5e7698f3224a44369e62e85c9448447c75f278ab Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 8 Jan 2002 22:30:29 +0000 Subject: From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACE captures are IP packets, so make the file encapsulation WTAP_ENCAP_RAW_IP rather than WTAP_ENCAP_PER_PACKET, so you can save those captures in other formats. svn path=/trunk/; revision=4503 --- wiretap/vms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/vms.c') diff --git a/wiretap/vms.c b/wiretap/vms.c index e577f2b780..1b9f95bd8f 100644 --- a/wiretap/vms.c +++ b/wiretap/vms.c @@ -1,6 +1,6 @@ /* vms.c * - * $Id: vms.c,v 1.2 2001/12/24 17:00:01 gerald Exp $ + * $Id: vms.c,v 1.3 2002/01/08 22:30:29 guy Exp $ * * Wiretap Library * Copyright (c) 2001 by Marc Milgram @@ -159,7 +159,7 @@ int vms_open(wtap *wth, int *err) } wth->data_offset = 0; - wth->file_encap = WTAP_ENCAP_PER_PACKET; + wth->file_encap = WTAP_ENCAP_RAW_IP; wth->file_type = WTAP_FILE_VMS; wth->snapshot_length = 16384; /* just guessing */ wth->subtype_read = vms_read; -- cgit v1.2.3