From fc61a1de255a9521b18ffc4db3320bd498b538ac Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 28 Nov 2005 08:54:52 +0000 Subject: first steps towards a separated capture tool, working title "dumpcap" personal backup only, not meant for public testing! I've copied main.c into dumpcap.c and carved out all things not needed currently won't work as a command line tool, capture_loop.c wants an input pipe console output is also very ugly and the whole code needs a lot of further cleanup shouldn't break the unix build as I've only changed the nmake files so far, but who knows ... svn path=/trunk/; revision=16615 --- Makefile.common | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 934b658b62..9ce0b684ec 100644 --- a/Makefile.common +++ b/Makefile.common @@ -201,6 +201,31 @@ dftest_SOURCES = \ randpkt_SOURCES = \ randpkt.c +# dumpcap specifics +dumpcap_SOURCES = \ + $(PLATFORM_SRC) \ + capture_errs.c \ + capture_stop_conditions.c \ + capture_ui_utils.c \ + cfile.c \ + clopts_common.c \ + conditions.c \ + packet-range.c \ + pcap-util.c \ + print.c \ + ps.c \ + ringbuffer.c \ + util.c \ + version_info.c \ + alert_box.c \ + capture_opts.c \ + capture_loop.c \ + dumpcap.c \ + file.c \ + fileset.c \ + merge.c + + # this target needed for distribution only noinst_HEADERS = \ $(ETHEREAL_COMMON_INCLUDES) \ -- cgit v1.2.3