aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2022-07-26 12:08:57 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2022-07-26 12:08:57 +0200
commitf7a5efe87b7afa3dbbe253c90fb7063a1bcd29c8 (patch)
tree9f061ef539b3b68b5928cbc5689cae9b80a1ed58 /doc
parent3307397da14b543a289191c23af9a61fb32eeb46 (diff)
doc: Update README.display_filter
Update fvalue_t definition in README.display_filter.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.display_filter11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/README.display_filter b/doc/README.display_filter
index 1d7423be0e..f5bdca7dc8 100644
--- a/doc/README.display_filter
+++ b/doc/README.display_filter
@@ -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;
@@ -367,7 +360,7 @@ if none match.
This returns the accumulator's value, either TRUE or FALSE.
-In addition to dftest, there is also a unit-test script for the
+In addition to dftest, there is also a unit-test script for the
display filter engine - test/suite_dfilter/dfiltertest.py.
It makes use of tshark to run specific display filters against
specific captures in test/captures. See the "Wireshark Tests" chapter