aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-12-12 22:40:10 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-12-12 22:40:10 +0000
commit4a15f6582a309aa17e533febd2de731dba575336 (patch)
tree304b093f0b229e089402ae3522ec489584bc1484 /wiretap/file.c
parentbf611b0f7ca3352482a0854cf1c1de2ded8330c0 (diff)
Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
and V.120 decoder. svn path=/trunk/; revision=1304
Diffstat (limited to 'wiretap/file.c')
-rw-r--r--wiretap/file.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/wiretap/file.c b/wiretap/file.c
index eb255e401b..4335f955bd 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,6 +1,6 @@
/* file.c
*
- * $Id: file.c,v 1.40 1999/12/12 21:34:51 guy Exp $
+ * $Id: file.c,v 1.41 1999/12/12 22:40:08 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -43,6 +43,7 @@
#include "netmon.h"
#include "netxray.h"
#include "toshiba.h"
+#include "i4btrace.h"
/* The open_file_* routines should return:
*
@@ -86,6 +87,7 @@ static int (*open_routines[])(wtap *, int *) = {
*/
ascend_open,
toshiba_open,
+ i4btrace_open,
};
int wtap_def_seek_read (FILE *fh, int seek_off, guint8 *pd, int len)
@@ -252,7 +254,12 @@ const static struct file_type_info {
/* WTAP_FILE_TOSHIBA */
{ "Toshiba Compact ISDN Router snoop trace", NULL,
- NULL, NULL }
+ NULL, NULL },
+
+ /* WTAP_FILE_I4BTRACE */
+ { "I4B ISDN trace", NULL,
+ NULL, NULL },
+
};
/* Name that should be somewhat descriptive. */