]> The Tcpdump Group git mirrors - libpcap/commitdiff
Update the WinPcap version number.
authorguy <guy>
Fri, 22 Jun 2007 06:45:54 +0000 (06:45 +0000)
committerguy <guy>
Fri, 22 Jun 2007 06:45:54 +0000 (06:45 +0000)
pcap.c

diff --git a/pcap.c b/pcap.c
index 22093b5843aa48f2f51dfd7b480dd7cce18c4afb..9bc2d20620b828ba20fd33c594eedcd0c73eccf7 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.106 2007-06-22 06:32:06 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.107 2007-06-22 06:45:54 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -827,7 +827,7 @@ static const char pcap_version_string[] = "libpcap version 0.9[.x]";
  * version numbers when building WinPcap.  (It'd be nice to do so for
  * the packet.dll version number as well.)
  */
-static const char wpcap_version_string[] = "3.1";
+static const char wpcap_version_string[] = "4.0";
 static const char pcap_version_string_fmt[] =
     "WinPcap version %s, based on %s";
 static const char pcap_version_string_packet_dll_fmt[] =