]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix test printout.
authorGuy Harris <[email protected]>
Fri, 3 Jul 2020 07:19:23 +0000 (00:19 -0700)
committerGuy Harris <[email protected]>
Fri, 3 Jul 2020 07:19:23 +0000 (00:19 -0700)
Again, no Travis.

[skip ci]

pcap-npf.c

index 767936eca0a944a42bff3d949484417fcfdb958e..a72229459e31a2acfdc662d99317f7fc92fd10a2 100644 (file)
@@ -116,7 +116,7 @@ pcap_xyzzy_version(void)
        char *full_pcap_version_string;
 
        if (pcap_asprintf(&full_pcap_version_string,
-           WINPCAP_PRODUCT_NAME " version " WINPCAP_VER_STRING " (packet.dll version %s), based on " PCAP_VERSION_STRING " blah blah blah %s %s",
+           "blah blah blah %s %s %s",
            packet_version_string,
            packet_LPCSTR, packet_const_char_star) != -1) {
                /* Success */