aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.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/libpcap.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/libpcap.c')
-rw-r--r--wiretap/libpcap.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 7226f78585..435cb1f06a 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -378,6 +378,16 @@ static const struct {
{ 172, WTAP_GCOM_TIE1 },
{ 173, WTAP_GCOM_SERIAL },
+ /* Ethernet frames prepended with meta-information */
+ { 178, WTAP_ENCAP_JUNIPER_ETHER },
+ /* PPP frames prepended with meta-information */
+ { 179, WTAP_ENCAP_JUNIPER_PPP },
+ /* Frame-Relay frames prepended with meta-information */
+ { 180, WTAP_ENCAP_JUNIPER_FRELAY },
+ /* C-HDLC frames prepended with meta-information */
+ { 181, WTAP_ENCAP_JUNIPER_CHDLC },
+
+
/*
* To repeat:
*