1
0
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:
david
2010-08-17 17:17:44 +00:00
parent 9849be68a9
commit bdec4ae901

View File

@@ -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; "\