Ethereal-dev: Re: [Ethereal-dev] Update to NMAS dissector

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, 10 Nov 2004 02:04:46 -0800
Greg Morris wrote:
The following patch updates the NMAS dissector to support 6 additional
login message verbs. It also corrects a problem with displaying proper return code values in
the reply packets.

Checked in, with some cleanups (use "tvb_reported_length_remaining()" in length checks, use "val_to_str()" rather than "match_strval()" in cases where the value argument isn't guaranteed to be in the value_string table and where we don't check for a null return from "match_strval()").