aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-20 05:40:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-20 05:40:56 +0000
commit75b7955e4d4fb3a2e3863ad96e16acebc1718907 (patch)
tree743eafaabf72d89242cd8d582b90aeeabafcdea3 /wiretap/wtap.c
parent96999504e2d6e0af192a5da28ab7b8f8ef32b6fa (diff)
From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13130 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 6f7093bb61..d2841a4ef9 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -260,6 +260,12 @@ static const struct encap_type_info {
/* WTAP_ENCAP_GPRS_LLC */
{ "GPRS LLC", "gprs-llc" },
+
+ /* WTAP_ENCAP_JUNIPER_ATM1 */
+ { "Juniper ATM1", "juniper-atm1" },
+
+ /* WTAP_ENCAP_JUNIPER_ATM2 */
+ { "Juniper ATM2", "juniper-atm2" },
};
/* Name that should be somewhat descriptive. */