From df2153671004143b9c6dd904fa14a7e0be1ac193 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 20 Sep 2005 20:25:55 +0000 Subject: 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 --- wiretap/libpcap.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'wiretap/libpcap.c') 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: * -- cgit v1.2.3