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 --- mausezahn/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mausezahn') diff --git a/mausezahn/Makefile b/mausezahn/Makefile index 7943738..08918b5 100644 --- a/mausezahn/Makefile +++ b/mausezahn/Makefile @@ -6,6 +6,8 @@ mausezahn-libs = -lcli \ -lm mausezahn-objs = str.o \ + die.o \ + xmalloc.o \ staging/layer1.o \ staging/layer2.o \ staging/layer3.o \ -- cgit v1.2.3-54-g00ecf