Wireshark-dev: [Wireshark-dev] Indicate [Generated] field on Display Filter Reference page
From: chuck c <bubbasnmp@xxxxxxxxx>
Date: Sat, 14 Nov 2020 14:28:53 -0600
Is the code behind various web pages (dfref, OUI lookup, string-cf, ...) in Gitlab?

Before opening an issue, I thought I would look at how dfref is generated.
Would be nice to mark/flag fields as being Wireshark generated but maybe not easily done.

Such as:

    if (is_gratuitous) {
      item = proto_tree_add_boolean(arp_tree, hf_arp_isgratuitous, tvb, 0, 0, is_gratuitous);
      proto_item_set_generated(item);
    }


arp.isgratuitous Is gratuitous Boolean 1.2.0 to 3.4.0