3 * Top-most dissector. Decides dissector based on Wiretap 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
12 #include "ws_symbol_export.h"
15 * Routine used to register frame end routine. The routine should only
16 * be registred when the dissector is used in the frame, not in the
17 * proto_register_XXX function.
20 register_frame_end_routine(packet_info
*pinfo
, void (*func
)(void));