Ethereal-dev: Re: [Ethereal-dev] Patch to packet-acse.c

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Wed, 03 Nov 2004 11:38:12 -0800
Sid Sid wrote:

patch to the acse dissector.

Checked in.

BTW, packet-acse.c produces some warnings (and has done so for a while):

packet-acse.c:82: warning: `cr_vals' defined but not used
packet-acse.c:162: warning: `sequence_list_vals' defined but not used
packet-acse.c:211: warning: `type_app' defined but not used

Those are three value_string tables. Are there fields in ACSE packets that have values that are enumerated in those tables? If so, the tables should probably be used to show those values symbolically when possible.