mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Final pcap changes
This commit is contained in:
parent
971790a972
commit
d3c1c0427b
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue