aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-19 20:18:48 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-19 20:18:48 +0000
commit9c0c25dc175aa5bab3eec62a4939131d6d028557 (patch)
treee8e78db9ab627b8ae70714a4b8eef2bf57d5f4e8 /wiretap/file.c
parent22d0ffbe06583d783dc0b71f2d215de3b686005e (diff)
DBS Etherwatch wiretap module, from Marc Milgram.
svn path=/trunk/; revision=4042
Diffstat (limited to 'wiretap/file.c')
-rw-r--r--wiretap/file.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/wiretap/file.c b/wiretap/file.c
index 9b0fb41742..24506949aa 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,6 +1,6 @@
/* file.c
*
- * $Id: file.c,v 1.70 2001/10/18 20:29:56 guy Exp $
+ * $Id: file.c,v 1.71 2001/10/19 20:18:48 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -61,6 +61,7 @@
#include "pppdump.h"
#include "etherpeek.h"
#include "vms.h"
+#include "dbs-etherwatch.h"
/* The open_file_* routines should return:
*
@@ -109,6 +110,7 @@ static int (*open_routines[])(wtap *, int *) = {
i4btrace_open,
csids_open,
vms_open,
+ dbs_etherwatch_open,
};
#define N_FILE_TYPES (sizeof open_routines / sizeof open_routines[0])
@@ -371,6 +373,10 @@ static const struct file_type_info {
/* WTAP_FILE_VMS */
{ "TCPIPtrace (VMS)", NULL,
NULL, NULL},
+
+ /* WTAP_FILE_DBS_ETHERWATCH */
+ { "DBS Etherwatch (VMS)", NULL,
+ NULL, NULL},
};
/* Name that should be somewhat descriptive. */