aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-09-20 20:25:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-09-20 20:25:55 +0000
commitdf2153671004143b9c6dd904fa14a7e0be1ac193 (patch)
tree9642fe12ce030be6ab99e77912a24bebfeb97f57 /wiretap/wtap.c
parentff34f18d67d1a1888081fd32566e78b5af049b48 (diff)
From Hannes Gredler:
patch to support 4 additional juniper DLTs. all those are wrappers for exisiting media types augmented with meta-information which gets also displayed using this patch; svn path=/trunk/; revision=15908
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index cb12f65ba9..151d294d31 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -341,6 +341,17 @@ static const struct encap_type_info {
/* WTAP_ENCAP_JUNIPER_MLFR */
{ "Juniper MLFR", "juniper-mlfr" },
+ /* WTAP_ENCAP_JUNIPER_ETHER */
+ { "Juniper Ethernet", "juniper-ether" },
+
+ /* WTAP_ENCAP_JUNIPER_PPP */
+ { "Juniper PPP", "juniper-ppp" },
+
+ /* WTAP_ENCAP_JUNIPER_FRELAY */
+ { "Juniper Frame-Relay", "juniper-frelay" },
+
+ /* WTAP_ENCAP_JUNIPER_CHDLC */
+ { "Juniper C-HDLC", "juniper-chdlc" },
};
/* Name that should be somewhat descriptive. */