From ac5fd9168efaa4e149340340805b1be7425d8834 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:32:48 +0200 Subject: xutils: break out promisc mode functions Put them separately for the sake of maintanence. Signed-off-by: Daniel Borkmann --- netsniff-ng/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'netsniff-ng/Makefile') diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index 7f5a490..39412a6 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -32,6 +32,7 @@ netsniff-ng-objs = dissector.o \ proto_vlan_q_in_q.o \ proto_mpls_unicast.o \ proto_80211_mac_hdr.o \ + promisc.o \ str.o \ irq.o \ iosched.o \ -- cgit v1.2.3-54-g00ecf