Ethereal-dev: RE: [Ethereal-dev] Bugfix packet-isup.c - Location number(patch)

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

From: "Anders Broman (TN/EAB)" <anders.broman@xxxxxxxxxxxx>
Date: Thu, 15 Jan 2004 09:00:53 +0100
Hi,
Yes access transport can contain multiple IE's
-- quote -- Q.763--
The information element is coded as described in 4.5/Q.931. Multiple Q.931 information elements
can be included within the access transport parameter.
-- end quote --

Best regards
Anders
-----Original Message-----
From: Guy Harris [mailto:guy@xxxxxxxxxxxx]
Sent: den 15 januari 2004 03:26
To: Anders Broman (TN/EAB)
Cc: ethereal-dev@xxxxxxxxxxxx
Subject: Re: [Ethereal-dev] Bugfix packet-isup.c - Location
number(patch)



On Jan 14, 2004, at 9:25 AM, Anders Broman (TN/EAB) wrote:

> Included fixes to parameters:
> Access transport
> User teleservice info
> User service info prime
> Echo control information

Checked in, with "dissect_q931_IE()" renamed "dissect_q931_IEs()" (as 
it dissects a sequence of IEs - is that what an access transport 
parameter contains?) and with "q931_codeset_vals" not declared in 
"packet-q931.h" (as it's static to "packet-q931.c").