ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] H245 patch - NonStandardParameter

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 21 Aug 2003 11:04:45 -0700

On Thursday, August 21, 2003, at 4:15 AM, Tomas Kukosa wrote:

  attached patch allows to register subdissectors for
NonStandardParameter data in the H245 dissector.

Checked in, with "adler32()" renamed to "adler32_bytes()" to avoid a collision with an "adler32()" routine in libz.

The SCTP dissector also has an Adler-32 routine, the inner loop of which is unrolled; could that loop be used in "update_adler32()", and "sctp_adler32()" changed to use "update_adler32()"?