| Main Archive Page > Month Archives > wireshark-dev archives |
Graham Bloice <graham.bloice@...> writes:
> and the hf def is:
> Â { &hf_item,
> Â { "A flag", "dissector.flag", FT_BOOLEAN, 32,
> TFS(&tfs_set_notset), 0x8000, "A flag", HFILL }},
> Â
Does this work?
{ &hf_item,
{ "A flag", "dissector.flag", FT_BOOLEAN, 32, TFS(&tfs_set_notset), 0x80000000,
"A flag", HFILL }},
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe