mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix various fatal errors around --send-eth
This commit is contained in:
@@ -157,7 +157,7 @@ class FPNetworkControl {
|
||||
public:
|
||||
FPNetworkControl();
|
||||
~FPNetworkControl();
|
||||
void init(const char *ifname);
|
||||
void init(const char *ifname, devtype iftype);
|
||||
int register_caller(FPHost *newcaller);
|
||||
int unregister_caller(FPHost *oldcaller);
|
||||
int setup_sniffer(const char *iface, const char *bfp_filter);
|
||||
|
||||
Reference in New Issue
Block a user