]> The Tcpdump Group git mirrors - libpcap/commitdiff
add basic support for DLT_JUNIPER_MFR
authorhannes <hannes>
Wed, 20 Jul 2005 15:25:09 +0000 (15:25 +0000)
committerhannes <hannes>
Wed, 20 Jul 2005 15:25:09 +0000 (15:25 +0000)
pcap.c

diff --git a/pcap.c b/pcap.c
index 3da77b3e2ef45452412931cf95fefe53e818545b..2b8eb36b959108e024e9a70a2aa7e04c93f5632a 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -33,7 +33,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.94 2005-07-07 01:57:02 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.95 2005-07-20 15:25:09 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -373,6 +373,7 @@ static struct dlt_choice dlt_choices[] = {
         DLT_CHOICE(DLT_JUNIPER_ES, "Juniper Encryption Services PIC"),
         DLT_CHOICE(DLT_JUNIPER_MONITOR, "Juniper Passive Monitor PIC"),
         DLT_CHOICE(DLT_JUNIPER_SERVICES, "Juniper Advanced Services PIC"),
+       DLT_CHOICE(DLT_JUNIPER_MFR, "Juniper FRF.16 Frame Relay"),
        DLT_CHOICE_SENTINEL
 };