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] First patches from h225/h245 maintainer

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

From: "Ronnie Sahlberg" <ronnie_sahlberg@xxxxxxxxxxxxxx>
Date: Sat, 2 Aug 2003 08:26:44 +1000
Update it so that the conversation stuff works,   maybe just look into the
endianness
maybe a htonl() is needed before you take the pointer of it.

Then just send it to the list and someone will check it in for you.

Thanks for taking over maintainership for the h225/h245 stuff.

By the way,  the h225 one does not yet even try to decode ClearTokens
neither does it even attempt to decode the two H235 constructs that are
imported.
NonStandardParameter is also broken.

best regards
    ronnie sahlberg

From: <andreas.sikkema
Sent: Saturday, August 02, 2003 12:00 AM
Subject: [Ethereal-dev] First patches from h225/h245 maintainer


> Hi,
>
> I'll be maintaining thwe fantastic work Ronnie has done.
>
> So, for starters, here's the first two patches from me.
> One is for H.245, when more than one H.245 message is in a
> TCP packet/message/frame/whatever, this code will show
> them all instead of the last one.
>
> The other is for H.225, when a H.245 address/port combination
> is found, create a conversation for t. This code looks a lot like
> the code that used to be in the plugin. Unfortunately the IP
> address used to be a char* but is now a guint32 and for
> some reason it doesn't work right yet. Bootom line, theres one
> bug here: it doesnt work. If anyone has a better idea....
>