ftypes: an fvalue_t can no longer have a GRegex.

Now that FT_PCRE is gone, a GRegex is not a valid value for a field.  (A
field can be a *string* field whose value is supposed to be a PCRE, but
that's just FT_STRING/FT_STRINGZ/FT_STRINGZPAD/FT_STRINGZTRUNC, and the
value is the string text.)
This commit is contained in:
Guy Harris 2021-03-21 13:01:16 -07:00
parent 09707973a9
commit fdbe68e3f0
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ typedef struct _fvalue_t {
e_guid_t guid;
nstime_t time;
protocol_value_t protocol;
GRegex *re;
guint16 sfloat_ieee_11073;
guint32 float_ieee_11073;
} value;