On Mar 25, 2018, at 11:35 AM, Paul Offord <[email protected]> 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 <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
