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

Update included libpcap to 1.10.1

This commit is contained in:
dmiller
2022-08-31 18:39:55 +00:00
parent 04bcefd3e4
commit 65410fead1
174 changed files with 20680 additions and 14646 deletions

View File

@@ -32,7 +32,7 @@ void pcap_perror(pcap_t *p, const char *prefix);
.ft
.fi
.SH DESCRIPTION
.B pcap_geterr()
.BR pcap_geterr ()
returns the error text pertaining to the last pcap library error.
.BR NOTE :
the pointer it returns will no longer point to a valid error message
@@ -42,10 +42,10 @@ passed to it is closed; you must use or copy the string before closing
the
.BR pcap_t .
.PP
.B pcap_perror()
.BR pcap_perror ()
prints the text of the last pcap library error on
.BR stderr ,
prefixed by
.IR prefix .
.SH SEE ALSO
pcap(3PCAP)
.BR pcap (3PCAP)