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] allocator->in_scope

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 25 Mar 2018 11:57:56 -0700
On Mar 25, 2018, at 11:35 AM, Paul Offord <Paul.Offord@xxxxxxxxxxxx> wrote:

> I have real dissector code that builds a protocol tree and so I guess this falls under libwireshark.

Yes.

> However, I also have two block read functions that are registered like this:
> 
>    register_pcapng_block_type_handler((guint)BLOCK_TYPE_TDB, tdb_read_block, NULL);
>    register_pcapng_block_type_handler((guint)BLOCK_TYPE_TRB, trb_read_block, NULL);
> 
> Are my block read functions part of libwiretap?

Yes.