1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 13:19:01 +00:00

Final pcap changes

This commit is contained in:
fyodor
2006-08-17 00:36:10 +00:00
parent 971790a972
commit d3c1c0427b

1
configure vendored
View File

@@ -5880,7 +5880,6 @@ extern char pcap_version[];
int main() {
int major, minor1, minor2;
sscanf(pcap_version,"%d.%d.%d", &major, &minor1, &minor2);
printf("The pcap version is %s -> %d.%d.%d\n", pcap_version, major, minor1, minor2);
if (major > 0)
exit(0);
if (minor1 < 9)