From f7a5efe87b7afa3dbbe253c90fb7063a1bcd29c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 26 Jul 2022 12:08:57 +0200 Subject: [PATCH] doc: Update README.display_filter Update fvalue_t definition in README.display_filter. --- doc/README.display_filter | 11 ++--------- 1 file 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