summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-08-17 20:24:05 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-08-17 20:24:05 +0000
commitd221d6f2fc4d778e4b250aba4c39a5156cc521a2 (patch)
tree182a457d2a3e78bc1de13d6f1915d302737f9505 /wiretap/wtap.c
parent7d040193881dc431ec20e471189f99d16a4cbbf8 (diff)
downloadwireshark-d221d6f2fc4d778e4b250aba4c39a5156cc521a2.tar.gz
From Hannes Gredler:
A patch that adds support for dissection of libpcap DLT_JUNIPER_VP frames. In addition i have fixed also the indent for DLT_JUNIPER_GGSN. svn path=/trunk/; revision=18940
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 9827264768..11c94b6da0 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -360,6 +360,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_BER */
{ "ASN.1 Basic Encoding Rules", "ber" },
+
+ /* WTAP_ENCAP_JUNIPER_VP */
+ { "Juniper Voice PIC", "juniper-vp" },
};
/* Name that should be somewhat descriptive. */