, I noticed that
> there was never a
> non-null tcp_analysis struct associated with the
> conversation. It was
> always null. Since this is where flow state is stored, the
> dissector could
> never reassemble my fragmented PDUs. I didn't get any
> further than tha
Jaap Keuter <[EMAIL PROTECTED]>
> > Subject: Re: [Wireshark-dev] : Plugin dissector not called when
> wireshark reassembles the message
> > To: [EMAIL PROTECTED], "Developer support list for Wireshark" <
> wireshark-dev@wireshark.org>
> > Date: Th
<[EMAIL PROTECTED]> wrote:
> From: Jaap Keuter <[EMAIL PROTECTED]>
> Subject: Re: [Wireshark-dev] : Plugin dissector not called when wireshark
> reassembles the message
> To: [EMAIL PROTECTED], "Developer support list for Wireshark"
>
> Date: Thursday, Februar
Hi,
What does get_myplugin_pdu_len() return? I think this value is too high, hence
the TCP dissector never sees the end of the payload.
Thanx,
Jaap
Merlin Hooze wrote:
> Hi,
>
> I have created a plugin for wireshark, which works fine normally but its not
> able to dissect when the message is
Hi,
I have created a plugin for wireshark, which works fine normally but its not
able to dissect when the message is split and reassembled by wireshark. In my
dissector I am using the following function as below..
tcp_dissect_pdus(message_tvb, pinfo, tree, TRUE, 5,
get_myplugin_pdu_len, di