aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-16 02:39:58 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-16 02:39:58 +0000
commit56a4a86233951c2d3b08036817bca9bc7026955b (patch)
tree208d76ec65d5ad787a464bbf1313e4de59dd3e5e /Makefile.common
parentc63b924aaec0d6ced0744ec5f62235fd8f324509 (diff)
Pull capture_loop.c into dumpcap.c, as dumpcap is the only program that
does capturing any more. (We will be inserting a call to give up privileges after the pcap_open_live(), which should fix 2273; we're currently only giving up privileges on platforms with libcap.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24345 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index a3ed735537..cab75da558 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -230,7 +230,6 @@ randpkt_SOURCES = \
dumpcap_SOURCES = \
$(PLATFORM_SRC) \
capture_opts.c \
- capture_loop.c \
capture-pcap-util.c \
capture_stop_conditions.c \
clopts_common.c \
@@ -246,7 +245,6 @@ dumpcap_SOURCES = \
# corresponding headers
dumpcap_INCLUDES = \
- capture_loop.h \
capture_stop_conditions.h \
conditions.h \
pcapio.h \