mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 04:49:02 +00:00
Update libpcap to 1.7.3, partially addressing #34
This commit is contained in:
@@ -22,11 +22,6 @@
|
||||
* Extraction/creation by Jeffrey Mogul, DECWRL
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] _U_ =
|
||||
"@(#) $Header: /tcpdump/master/libpcap/pcap-pf.c,v 1.97 2008-04-14 20:40:58 guy Exp $ (LBL)";
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
@@ -242,7 +237,7 @@ pcap_inject_pf(pcap_t *p, const void *buf, size_t size)
|
||||
return (-1);
|
||||
}
|
||||
return (ret);
|
||||
}
|
||||
}
|
||||
|
||||
static int
|
||||
pcap_stats_pf(pcap_t *p, struct pcap_stat *ps)
|
||||
|
||||
Reference in New Issue
Block a user