aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index e93b3379ae..ce016140c0 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.85 2003/12/03 22:40:39 guy Exp $
+ * $Id: wtap.c,v 1.86 2003/12/18 19:07:13 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -187,6 +187,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_MTP3 */
{ "SS7 MTP3", "mtp3" },
+
+ /* WTAP_ENCAP_IRDA */
+ { "IrDA", "irda" },
};
/* Name that should be somewhat descriptive. */