diff options
author | Anders Broman <anders.broman@ericsson.com> | 2004-06-28 22:41:10 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2004-06-28 22:41:10 +0000 |
commit | 5b0f3ea328d5322f88ab268ef57b6cb438efabc7 (patch) | |
tree | caed89049ddc5bd8c34c68aba466577fbf0cdbc5 /epan/Makefile.common | |
parent | cd5f3813cbdcbfab974330f0a200b7a9d9f5eb42 (diff) | |
download | wireshark-5b0f3ea328d5322f88ab268ef57b6cb438efabc7.tar.gz wireshark-5b0f3ea328d5322f88ab268ef57b6cb438efabc7.tar.bz2 wireshark-5b0f3ea328d5322f88ab268ef57b6cb438efabc7.zip |
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.common | 3 |
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 \ |