On Fri, Jul 26, 2013 at 11:51 PM, <[email protected]> wrote: > Add 64-bit value strings and the appropriate tooling (including yet another > overloaded use of the DISPLAY field).
While looking at adding 64-bit value strings support for Lua I found that the tree entry contains double name entry: "Value: Something (Value: 42)" The correct entry should be (like it is for 32-bit): "Value: Something (42)" The bug is in fill_label_number64(), where the format should be without the leading "%s: " and hfinfo->name. -- Stig Bjørlykke ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
