aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-16 22:03:10 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-16 22:03:10 +0000
commit845162fe4416128cc8f626779286ba0255f880db (patch)
tree67b6b711075666eeec4286bee850b3f84b0d3416 /epan/Makefile.common
parent1d9956d00a94efd9c34aa5a404cd4cb57a6a9326 (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22530 f5534014-38df-0310-8fa8-9805f1628bb7
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 \