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
June 19, 2008 10:51 PM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Plugin crash
On Wed, Jun 18, 2008 at 10:08:53AM -0500, Matt Poduska wrote:
> I'm working to build a new protocol dissector as a plugin. My plugin
> used to load and work properly, but I've rec
On Wed, Jun 18, 2008 at 10:08:53AM -0500, Matt Poduska wrote:
> I'm working to build a new protocol dissector as a plugin. My plugin
> used to load and work properly, but I've recently (within the last few
> weeks or so) updated to the SVN head and now my plugin crashes
> Wireshark at startup (
I'm working to build a new protocol dissector as a plugin. My plugin used to
load and work properly, but I've recently (within the last few weeks or so)
updated to the SVN head and now my plugin crashes Wireshark at startup
(while loading plugins). I've been able to trace the crash to a call to
pro