From bfa413298ae251fdd60df09a0924763cd8089a72 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Tue, 1 Nov 2011 18:10:14 +0000 Subject: dahdi_pcap: Imported user space utility for managing pcap streams This utility will export packet captures for channels in dahdi. It requires CONFIG_DAHDI_MIRROR to be defined in dahdi-linux as it uses the unsupported DAHDI_MIRROR ioctl interface. Internal-Issue-ID: DAHTOOL-49 From: Torrey Searle Signed-off-by: Russ Meyerriecks Acked-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10293 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be30fee..dd7e2fb 100644 --- a/Makefile +++ b/Makefile @@ -176,6 +176,9 @@ $(LTZ_SO): $(LTZ_SO_OBJS) dahdi_cfg: $(LTZ_A) dahdi_cfg: LIBS+=-lm +dahdi_pcap: + $(CC) $(CFLAGS) dahdi_pcap.c -lpcap -o $@ $< + fxstest: $(LTZ_SO) fxstest: LIBS+=-lm @@ -345,6 +348,7 @@ clean: rm -f core rm -f dahdi_cfg-shared fxstest rm -rf $(GENERATED_DOCS) *.asciidoc tonezones.txt + rm -f dahdi_pcap distclean: dist-clean -- cgit v1.2.3