capture_sync.c is another file common to all programs that capture

traffic by running dumpcap (not surprising, as it's the file with all
the "run dumpcap" routines).

svn path=/trunk/; revision=40358
This commit is contained in:
Guy Harris 2012-01-03 05:33:02 +00:00
parent 56188e9d27
commit 08e0793deb
1 changed files with 1 additions and 2 deletions

View File

@ -92,6 +92,7 @@ WIRESHARK_COMMON_INCLUDES = \
# these are for programs that capture traffic by running dumpcap
SHARK_COMMON_CAPTURE_SRC = \
capture_ifinfo.c \
capture_sync.c \
capture_ui_utils.c
# corresponding headers
@ -149,7 +150,6 @@ wireshark_SOURCES = \
capture.c \
capture_info.c \
capture_opts.c \
capture_sync.c \
color_filters.c \
file.c \
fileset.c \
@ -192,7 +192,6 @@ tshark_SOURCES = \
$(SHARK_COMMON_CAPTURE_SRC) \
$(TSHARK_TAP_SRC) \
capture_opts.c \
capture_sync.c \
tempfile.c \
tshark-tap-register.c \
tshark.c