diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:32:48 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:32:48 +0200 |
commit | ac5fd9168efaa4e149340340805b1be7425d8834 (patch) | |
tree | 6f87f03c79d0168c44f472c03f9f800c9883d266 /netsniff-ng.c | |
parent | 92206a78c27de6442f1428ccf8cd622fa3364a5a (diff) |
xutils: break out promisc mode functions
Put them separately for the sake of maintanence.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'netsniff-ng.c')
-rw-r--r-- | netsniff-ng.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netsniff-ng.c b/netsniff-ng.c index 2005f9b..b0b6f51 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -27,6 +27,7 @@ #include "ring_tx.h" #include "mac80211.h" #include "xutils.h" +#include "promisc.h" #include "built_in.h" #include "pcap_io.h" #include "bpf.h" |