Ethereal-users: RE: [Ethereal-users] H.450 series

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

From: "Andreas Sikkema" <andreas.sikkema@xxxxxxxxxxxx>
Date: Tue, 11 Nov 2003 15:41:25 +0100
On , ethereal-users-bounces@xxxxxxxxxxxx wrote:

> The problem can be in my encoding so can I have,
> by any chance, an ethereal capture example of the
> callIndependentSupplementaryService value coded in the
> conferenceGoal? 

Ethereal can decode that value:
static const value_string conferenceGoal_vals[] = {
	{ 0, "create" },
	{ 1, "join" },
	{ 2, "invite" },
	{ 3, "capability-negotiation" },
	{ 4, "callIndependentSupplementaryService" },
	{ 0, NULL}
};

So either it's a bug in your client or in Ethereal, but I 
haven't seen any other problems with conferenceGoals, so...

-- 
Andreas Sikkema