aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-11-25 13:03:48 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-11-25 13:03:48 +0000
commit1509562c0f19db5004b45d67e14c140edfd695b9 (patch)
treedbd938e73eb5e0a53f5b94c790e247d832ea992b /epan/Makefile.common
parent643dc7099d3d3cafa53e46c7c4941fb9401d4f14 (diff)
From Julian Cable:
New dissector for ETSI DCP (ETSI TS 102 821). Code rearranged to look more like other Wireshark dissectors and some warnings/errors on Windows fixed. svn path=/trunk/; revision=19981
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index ae4c574a80..a7f5cac199 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -40,6 +40,7 @@ LIBWIRESHARK_SRC = \
conversation.c \
crc16.c \
crc32.c \
+ crcdrm.c \
crypt-des.c \
crypt-md4.c \
crypt-md5.c \
@@ -73,6 +74,7 @@ LIBWIRESHARK_SRC = \
radius_dict.c \
range.c \
reassemble.c \
+ reedsolomon.c \
req_resp_hdrs.c \
sha1.c \
sigcomp_state_hdlr.c \
@@ -119,6 +121,7 @@ LIBWIRESHARK_INCLUDES = \
conversation.h \
crc16.h \
crc32.h \
+ crcdrm.h \
crypt-des.h \
crypt-md4.h \
crypt-md5.h \
@@ -168,6 +171,7 @@ LIBWIRESHARK_INCLUDES = \
ptvcursor.h \
range.h \
reassemble.h \
+ reedsolomon.h \
report_err.h \
req_resp_hdrs.h \
rtp_pt.h \