aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.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/wtap.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/wtap.c')
-rw-r--r--wiretap/wtap.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 43b59d652e..8da06ce1c5 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.33 1999/12/05 01:24:53 guy Exp $
+ * $Id: wtap.c,v 1.34 1999/12/12 22:40:10 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -108,7 +108,10 @@ const static struct encap_type_info {
{ "Lucent/Ascend access equipment", "ascend" },
/* WTAP_ENCAP_LAPD */
- { "LAPD", "lapd" }
+ { "LAPD", "lapd" },
+
+ /* WTAP_ENCAP_V120 */
+ { "V120", "v120" },
};
/* Name that should be somewhat descriptive. */