mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 02:49:01 +00:00
Change the error message referring to SOCK_PACKET on Linux so it refers to
PACKET instead. That appears to be the current option name as reported by Colin Beckingham. I checked just now with "make menuconfig" in 2.6.34.1.
This commit is contained in:
2
output.h
2
output.h
@@ -115,7 +115,7 @@
|
||||
#define PCAP_OPEN_ERRMSG "Call to pcap_open_live() failed three times. "\
|
||||
"There are several possible reasons for this, depending on your operating "\
|
||||
"system:\nLINUX: If you are getting Socket type not supported, try "\
|
||||
"modprobe af_packet or recompile your kernel with SOCK_PACKET enabled.\n "\
|
||||
"modprobe af_packet or recompile your kernel with PACKET enabled.\n "\
|
||||
"*BSD: If you are getting device not configured, you need to recompile "\
|
||||
"your kernel with Berkeley Packet Filter support. If you are getting "\
|
||||
"No such file or directory, try creating the device (eg cd /dev; "\
|
||||
|
||||
Reference in New Issue
Block a user