3 * Top-most file dissector. Decides dissector based on Filetap Encapsulation Type.
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 2000 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
14 * Routine used to register file record end routine. The routine should only
15 * be registred when the dissector is used in the file record, not in the
16 * proto_register_XXX function.
19 register_file_record_end_routine(packet_info
*pinfo
, void (*func
)(void));