Hi Richard,
What the type of this field ?
On Thu, Nov 7, 2019 at 9:17 AM Richard Sharpe
wrote:
> Hi folks,
>
> With 3.1.0, I see the message displayed in yellow any time I try Right
> Click on a field, then Apply as Filter->Selected.
>
> Is that functionality broken in 3.1.0?
>
> The version is
Hi,
I'm working on a protocol dissector where I'm using packet reassembly.
Now I've got a capture with 1026 fragments, which fails to reassemble
with the standard Wireshark (assert fails) due to the limitation to 500
fragments in epan/packet.c:
#define PINFO_LAYER_MAX_RECURSION_DEPTH 500
For test