aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-18 20:29:56 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-18 20:29:56 +0000
commit3c78feeadc1bd3ebc000860244b2251aead2224f (patch)
treea4c93d57554206a55565153276a15cb28d31acfc /wiretap/wtap.h
parentb36700c8fbf0551ecf84232d798799379608e7b6 (diff)
VMS TCPIPtrace wiretap module, from Marc Milgram.
Update the lists of known capture file formats in the Tethereal, editcap, and mergecap man pages to match the current list (as found in the Ethereal man page). svn path=/trunk/; revision=4039
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index fdbab173ad..70f0928683 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.89 2001/10/04 08:30:36 guy Exp $
+ * $Id: wtap.h,v 1.90 2001/10/18 20:29:56 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -132,9 +132,10 @@
#define WTAP_FILE_PPPDUMP 24
#define WTAP_FILE_ETHERPEEK_MAC_V56 25
#define WTAP_FILE_ETHERPEEK_MAC_V7 26
+#define WTAP_FILE_VMS 27
/* last WTAP_FILE_ value + 1 */
-#define WTAP_NUM_FILE_TYPES 27
+#define WTAP_NUM_FILE_TYPES 28
/*
* Maximum packet size we'll support.