aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-03-21 13:01:16 -0700
committerGuy Harris <gharris@sonic.net>2021-03-21 20:53:34 +0000
commitfdbe68e3f079e24f0e1db468d4996e28ee9d28aa (patch)
tree49ce33c2c70f5311f12dd9fb39d04485bdd0420a
parent09707973a965ff776cfabb425a766cde5aa9bc9c (diff)
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.)
-rw-r--r--epan/ftypes/ftypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/ftypes/ftypes.h b/epan/ftypes/ftypes.h
index 740b0e0280..67676d4452 100644
--- a/epan/ftypes/ftypes.h
+++ b/epan/ftypes/ftypes.h
@@ -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;