Wireshark mailing list archives

Indicate [Generated] field on Display Filter Reference page


From: chuck c <bubbasnmp () gmail com>
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);
    }


https://www.wireshark.org/docs/dfref/a/arp.html
arp.isgratuitous Is gratuitous Boolean 1.2.0 to 3.4.0
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: