aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-08-16 22:03:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-08-16 22:03:10 +0000
commit4b215597ae8c4c05f590224b390cfbc218a93166 (patch)
tree67b6b711075666eeec4286bee850b3f84b0d3416 /epan/Makefile.common
parent1ac635cd7dcbbe6f35f5632c6a0a58026ba6d017 (diff)
experimental feature: dissector filters
add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI svn path=/trunk/; revision=22530
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 22108570b6..919ebebf25 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -43,6 +43,7 @@ LIBWIRESHARK_SRC = \
crc32.c \
crc6.c \
crcdrm.c \
+ dissector_filters.c \
emem.c \
epan.c \
ex-opt.c \
@@ -152,6 +153,7 @@ LIBWIRESHARK_INCLUDES = \
crc32.h \
crcdrm.h \
diam_dict.h \
+ dissector_filters.h \
dtd.h \
dtd_parse.h \
emem.h \