]> The Tcpdump Group git mirrors - tcpdump/commitdiff
make Win32 version strings git-related
authorDenis Ovsienko <[email protected]>
Thu, 2 Jan 2014 21:55:28 +0000 (01:55 +0400)
committerDenis Ovsienko <[email protected]>
Thu, 2 Jan 2014 21:58:24 +0000 (01:58 +0400)
tcpdump.c

index e62babf730fae89a360f50e9612713656c827bf7..9834a51e26ddbcf5dc4c742e7dc36e217f7edcf9 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -2046,11 +2046,11 @@ print_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
         * version number of the Packet.dll code, to supply the
         * "Wpcap_version" information on Windows.
         */
-       char WDversion[]="current-cvs.tcpdump.org";
+       char WDversion[]="current-git.tcpdump.org";
 #if !defined(HAVE_GENERATED_VERSION)
-       char version[]="current-cvs.tcpdump.org";
+       char version[]="current-git.tcpdump.org";
 #endif
-       char pcap_version[]="current-cvs.tcpdump.org";
+       char pcap_version[]="current-git.tcpdump.org";
        char Wpcap_version[]="3.1";
 #endif