doc: Update README.display_filter

Update fvalue_t definition in README.display_filter.
This commit is contained in:
Stig Bjørlykke 2022-07-26 12:08:57 +02:00
parent 3307397da1
commit f7a5efe87b
1 changed files with 2 additions and 9 deletions

View File

@ -69,12 +69,10 @@ typedef struct _fvalue_t {
/* Put a few basic types in here */
guint32 uinteger;
gint32 sinteger;
guint64 integer64;
guint64 uinteger64;
gint64 sinteger64;
gdouble floating;
gchar *string;
guchar *ustring;
wmem_strbuf_t *strbuf;
GByteArray *bytes;
ipv4_addr_and_mask ipv4;
ipv6_addr_and_prefix ipv6;
@ -84,11 +82,6 @@ typedef struct _fvalue_t {
guint16 sfloat_ieee_11073;
guint32 float_ieee_11073;
} value;
/* The following is provided for private use
* by the fvalue. */
gboolean fvalue_gboolean1;
} fvalue_t;