aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-04-28 05:36:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-04-28 05:36:26 +0000
commita663d91ca6acb7ae36df003469ea864841782a64 (patch)
tree2feb4a1b0e9d393a33b660c42cc4e7c0684b8280 /epan/Makefile.common
parentc752fb8b875fe341b087054cee4e4be46eb61811 (diff)
From Hans-Christoph Schemmel:
A variant of 3GPP TS 27.010 multiplexing protocol dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5829 svn path=/trunk/; revision=36927
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 01d9d9b71e..a93e40206a 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -44,6 +44,7 @@ LIBWIRESHARK_SRC = \
crc16.c \
crc32.c \
crc6.c \
+ crc8.c \
crcdrm.c \
dissector_filters.c \
emem.c \
@@ -150,6 +151,7 @@ LIBWIRESHARK_INCLUDES = \
column-utils.h \
conversation.h \
crc6.h \
+ crc8.h \
crc10.h \
crc16.h \
crc32.h \