Ethereal-dev: [Ethereal-dev] FT_UCS2_LE

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Tue, 29 Jan 2002 11:10:39 -0600
So, what's the story with field-tyep FT_UCS2_LE?
It's not handled in the semantic checking code, so these
warnings appear:

semcheck.c: In function `compatible_ftypes':
semcheck.c:102: warning: enumeration value `FT_UCS2_LE' not handled in switch
semcheck.c: In function `mk_fvalue_from_val_string':
semcheck.c:163: warning: enumeration value `FT_UCS2_LE' not handled in switch
semcheck.c: In function `is_bytes_type':
semcheck.c:243: warning: enumeration value `FT_UCS2_LE' not handled in switch

It's defined in epan/ftypes/ftypes.h, but I don't see any usage of it, or
implementation of it.

If no one is using it, I'd rather comment it out in ftypes.h. Opinions?

--gilbert