Ethereal-dev: Re: [Ethereal-dev] enumerated bitfield

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: Mon, 1 Dec 2003 15:43:16 -0800

On Dec 1, 2003, at 2:16 AM, Tomas Kukosa wrote:

attached patch contains one new function decode_enumerated_bitfield_shifted(). Unlike the decode_enumerated_bitfield() it makes value shifting before string table is accesssed. It is usefull if you have string table used for more bitfield values with different offsets.

Checked in.  Note that this was already supported for named fields.