aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-03-04 22:33:04 +0000
committerGuy Harris <guy@alum.mit.edu>2006-03-04 22:33:04 +0000
commite6886d90ce0ff33ee80acf3c2ea570333d8d5a23 (patch)
treeace42d9a6e93e75bc092472896430d4bbb32fa34 /Makefile.common
parenta8b8b3d9ff8b0c57008f109d7246ddb60cb31965 (diff)
When capturing, we only support writing to libpcap files. Given that,
bypass Wiretap; that means we don't have to run the packet through wtap_process_pcap_packet() and then undo that conversion in Wiretap if we're just going to write it out, shortening the code path. svn path=/trunk/; revision=17461
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index eb21e63005..f27e41f4e8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -58,6 +58,7 @@ ETHEREAL_COMMON_SRC = \
packet-range.c \
print.c \
ps.c \
+ pcapio.c \
ringbuffer.c \
timestats.c \
util.c \
@@ -81,6 +82,7 @@ ETHEREAL_COMMON_INCLUDES = \
fileset.h \
isprint.h \
packet-range.h \
+ pcapio.h \
print.h \
ps.h \
register.h \
@@ -221,6 +223,7 @@ dumpcap_SOURCES = \
clopts_common.c \
conditions.c \
dumpcap.c \
+ pcapio.c \
ringbuffer.c \
tempfile.c \
version_info.c