aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-06-28 22:41:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-06-28 22:41:10 +0000
commit5b0f3ea328d5322f88ab268ef57b6cb438efabc7 (patch)
treecaed89049ddc5bd8c34c68aba466577fbf0cdbc5 /epan/Makefile.common
parentcd5f3813cbdcbfab974330f0a200b7a9d9f5eb42 (diff)
Add dissector for Signaling Compression (SigComp) dissection, RFC3320.
It does not decompress the compressed message it only displays the uploaded bytecode for the UDVM ( Universal Decompressor Virtual Machine ) svn path=/trunk/; revision=11261
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index db9017fbab..6bb013eaaa 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.29 2004/06/25 07:19:47 sahlberg Exp $
+# $Id: Makefile.common,v 1.30 2004/06/28 22:41:10 etxrab Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -408,6 +408,7 @@ DISSECTOR_SRC = \
../packet-ses.c \
../packet-sflow.c \
../packet-sip.c \
+ ../packet-sigcomp.c \
../packet-sipfrag.c \
../packet-skinny.c \
../packet-slimp3.c \