]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap.c
allocate 4 new DLTs on behalf of Juniper Networks, Inc. for
[libpcap] / pcap.c
diff --git a/pcap.c b/pcap.c
index d9c5700344bc2779821cb8b3f011c01f6b8adce6..7768711bbb39eb18ed1ebd5752c99df135d3d583 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.88.2.7 2005-07-20 15:26:02 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.88.2.8 2005-08-13 22:29:46 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -374,6 +374,10 @@ static struct dlt_choice dlt_choices[] = {
         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(DLT_JUNIPER_ETHER, "Juniper Ethernet"),
+       DLT_CHOICE(DLT_JUNIPER_PPP, "Juniper PPP"),
+       DLT_CHOICE(DLT_JUNIPER_FRELAY, "Juniper Frame Relay"),
+       DLT_CHOICE(DLT_JUNIPER_CHDLC, "Juniper C-HDLC"),
        DLT_CHOICE_SENTINEL
 };