On Mar 25, 2018, at 11:35 AM, Paul Offord <paul.off...@advance7.com> 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.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to