]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap.c
Update CHANGES for USB fixes.
[libpcap] / pcap.c
diff --git a/pcap.c b/pcap.c
index e8213212004e3ab8918a3c5f990bdc4d34a3d07e..30ade8dd404800997fe4aa4beebeb3919dac32c3 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.112.2.15 2008-12-23 18:04:29 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.112.2.16 2008-12-23 20:14:13 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -624,7 +624,7 @@ static struct dlt_choice dlt_choices[] = {
        DLT_CHOICE(DLT_AX25_KISS, "AX.25 with KISS header"),
        DLT_CHOICE(DLT_IEEE802_15_4_NONASK_PHY, "IEEE 802.15.4 with non-ASK PHY data"),
        DLT_CHOICE(DLT_MPLS, "MPLS with label as link-layer header"),
-       DLT_CHOICE(DLT_USB_LINUX_MMAP, "USB with padded Linux header"),
+       DLT_CHOICE(DLT_USB_LINUX_MMAPPED, "USB with padded Linux header"),
        DLT_CHOICE_SENTINEL
 };