From e829856c0c03666c5b9b917fba4716b88fd580e6 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 4 Dec 2005 02:04:18 +0000 Subject: move the complete functionality of the capture info dialog from capture_loop.c to capture_info.c and call it from capture.c (instead of capture_loop.c). This way, the capture child don't need to now any of the packet_counter things (no epan/packet.h and all alike). Currently the capture_info code will always open another wiretap file instance to build it's own counter values. This isn't optimized for now (next step: use data from cf_continue_tail() somehow). svn path=/trunk/; revision=16669 --- Makefile.common | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index a1322f1d9f..e950b5df93 100644 --- a/Makefile.common +++ b/Makefile.common @@ -217,7 +217,6 @@ dumpcap_SOURCES = \ version_info.c \ capture_opts.c \ capture_loop.c \ - capture_info.c \ dumpcap.c -- cgit v1.2.3