Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-frame.h
blob70fedb525e79f1b24c221d0ae56c9d89e30f3a65
1 /* packet-frame.h
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.
19 void
20 register_frame_end_routine(packet_info *pinfo, void (*func)(void));