mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Disable TPACKET_V3 in included libpcap. Still broken, see #34
This commit is contained in:
parent
dd4b840be0
commit
83b9c4c939
1 changed files with 4 additions and 0 deletions
|
|
@ -188,6 +188,10 @@
|
|||
# endif /* PACKET_HOST */
|
||||
|
||||
|
||||
/* TPACKET_V3 is broken. Temporarily disabling support here until upstream
|
||||
* libpcap addresses the issue. */
|
||||
#undef TPACKET3_HDRLEN
|
||||
|
||||
/* check for memory mapped access avaibility. We assume every needed
|
||||
* struct is defined if the macro TPACKET_HDRLEN is defined, because it
|
||||
* uses many ring related structs and macros */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue