mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 19:39:07 +00:00
Upgrade libpcap to 1.10.4
This commit is contained in:
@@ -125,6 +125,9 @@ pcap_read_nit(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
|
||||
* Loop through each packet. The increment expression
|
||||
* rounds up to the next int boundary past the end of
|
||||
* the previous packet.
|
||||
*
|
||||
* This assumes that a single buffer of packets will have
|
||||
* <= INT_MAX packets, so the packet count doesn't overflow.
|
||||
*/
|
||||
n = 0;
|
||||
ep = bp + cc;
|
||||
|
||||
Reference in New Issue
Block a user