Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Plugin crash

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Tue, 24 Jun 2008 11:17:27 -0400


Matt Poduska wrote:
I believe I've found the problem. It was with a line like:

    { &hf_llrp_field_value_s8, { "Value", PROTO_NAME_LLRP ".field.s8value",
FT_INT8,
                                  BASE_HEX, NULL, 0x00, "llrp field s8
value", HFILL }},
The problem appears to be that I've specified BASE_HEX along with FT_INT8.
Doesn't really make sense, I know, but previously it didn't crash Wireshark
- now it does.

That would be due to the changes I put in for this bug:

http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539

Sorry for the inconvenience.