Ethereal-dev: Re: [Ethereal-dev] packet-ccsds.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 5 Dec 2003 14:34:47 -0800

On Dec 5, 2003, at 2:31 PM, Guy Harris wrote:

Submit a version that works but doesn't lose any of the cleanups.

...which would probably be a version that changes

proto_tree_add_uint(header_tree, hf_ccsds_secheader, tvb, offset, 2, first_word);

to

proto_tree_add_boolean(header_tree, hf_ccsds_secheader, tvb, offset, 2, first_word);

although there's no need to submit that as it's just been checked in.