aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-10-08 15:54:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-10-08 15:54:06 +0000
commit136da6ad352a5f414b97060cb04d051b7f1f175b (patch)
tree4b8c536778016d558eeb31733111987f8c877563 /epan/Makefile.common
parent249ebcbfc15a3907aa48d720a90155001242070f (diff)
Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, for decompression of
sigcomp messages. Currently states are or not saved so only messages with bytecode can be decompressed. svn path=/trunk/; revision=12236
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 df825059cf..e71f28b12f 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -57,6 +57,8 @@ LIBETHEREAL_SRC = \
range.c \
req_resp_hdrs.c \
sha1.c \
+ sigcomp_state_hdlr.c \
+ sigcomp-udvm.c \
sminmpec.c \
sna-utils.c \
strutil.c \
@@ -113,6 +115,8 @@ LIBETHEREAL_INCLUDES = \
report_err.h \
req_resp_hdrs.h \
sha1.h \
+ sigcomp_state_hdlr.h \
+ sigcomp-udvm.h \
slab.h \
sminmpec.h \
sna-utils.h \