Ethereal-dev: SV: [Ethereal-dev] patch for sigcomp

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Thu, 25 Aug 2005 21:26:14 +0200
Cheked in.
It's nice to se that our friends across the Baltic find the dissector useful
and like to contribute to it :))

Best regards
Anders 

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Timo Metsala
Skickat: den 25 augusti 2005 12:50
Till: ethereal-dev@xxxxxxxxxxxx
Ämne: [Ethereal-dev] patch for sigcomp

Hi,

attached is a set of patches to enhance sigcomp dissection. Changes:

o Implemented CRC and SHA-1 (sort operations are still missing)

o After state acccess, the execution start is not necessarily the
  beginning of the bytecode; start IP is now a new parameter to
  decompress_sigcomp_message()

o Removed some hard-coded assumptions about bytecode starting at offset
   128

--Timo