aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-29 14:51:52 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-29 14:51:52 +0000
commita48744a84b72939fd4958421fee4ae0cb1991ba8 (patch)
tree1870e4883021400841c6895227fca301b063b71a /Makefile.common
parent614a46f36e7eeebf45f01441dc139e7e9e78abbb (diff)
add a new feature: list the files of a "File Set" (set of files generated by capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one
svn path=/trunk/; revision=14231
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index a105566ac4..8d679a6bda 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -98,6 +98,7 @@ ETHEREAL_COMMON_INCLUDES = \
conditions.h \
disabled_protos.h \
file.h \
+ fileset.h \
packet-range.h \
pcap-util.h \
pcap-util-int.h \
@@ -159,6 +160,7 @@ ethereal_SOURCES = \
capture_loop.c \
color_filters.c \
file.c \
+ fileset.c \
filters.c \
g711.c \
merge.c \