From dce80974dcd2114ebb4a3ed3060d4d636cbb9d1d Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Mon, 20 Apr 2015 12:43:08 +0300 Subject: netsniff-ng: Delete rfmon mac80211 device in case of panic netsniff-ng does not delete created rfmon device in case of panic (for example - bad pcap filter expression), so added ability to add callback func when panic will be happen and delete rfmon device. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- astraceroute/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'astraceroute') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 6fd0b17..2e80a11 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -16,6 +16,7 @@ astraceroute-objs = xmalloc.o \ link.o \ dev.o \ ring.o \ + die.o \ astraceroute.o ifeq ($(CONFIG_GEOIP), 1) -- cgit v1.2.3-54-g00ecf