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.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a3ee13d9a..4d6afb5cbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -519,6 +519,7 @@ EXTRA_DIST = \ doc/text2pcap.pod \ docbook/Makefile.auto.am \ doxygen.cfg.in \ + dumpcap.c \ editcap.c \ epan/libethereal.def \ ethereal_be.py \ @@ -534,6 +535,7 @@ EXTRA_DIST = \ image/clist_ascend.xpm \ image/clist_descend.xpm \ image/dn_arrow.xpm \ + image/dumpcap.rc.in \ image/editcap.rc.in \ image/eexcl3d64.xpm \ image/eicon3d16.xpm \ -- cgit v1.2.3