aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.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/libpcap.c
parent7d040193881dc431ec20e471189f99d16a4cbbf8 (diff)
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/libpcap.c')
-rw-r--r--wiretap/libpcap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 0960769588..1878c1ab4c 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -328,7 +328,7 @@ static const struct {
{ 129, WTAP_ENCAP_ARCNET_LINUX },
{ 130, WTAP_ENCAP_JUNIPER_MLPPP }, /* Juniper MLPPP on ML-, LS-, AS- PICs */
{ 131, WTAP_ENCAP_JUNIPER_MLFR }, /* Juniper MLFR (FRF.15) on ML-, LS-, AS- PICs */
- {133, WTAP_ENCAP_JUNIPER_GGSN},
+ { 133, WTAP_ENCAP_JUNIPER_GGSN},
/*
* Values 132-134, 136 not listed here are reserved for use
* in Juniper hardware.
@@ -408,6 +408,8 @@ static const struct {
{ 180, WTAP_ENCAP_JUNIPER_FRELAY },
/* C-HDLC frames prepended with meta-information */
{ 181, WTAP_ENCAP_JUNIPER_CHDLC },
+ /* VOIP Frames prepended with meta-information */
+ { 183, WTAP_ENCAP_JUNIPER_VP },
/*