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
This commit is contained in:
Anders Broman 2004-06-28 22:41:10 +00:00
parent cd5f3813cb
commit 5b0f3ea328
2 changed files with 1919 additions and 1 deletions

View File

@ -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 \

1917
packet-sigcomp.c Normal file

File diff suppressed because it is too large Load Diff