Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-a21.h
blob60e9af803f8a80423586e624ff9953362720af2a
1 /* packet-a21.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __PACKET_A21_H__
11 #define __PACKET_A21_H__
13 #include "ws_symbol_export.h"
15 #ifdef __cplusplus
16 extern "C" {
17 #endif /* __cplusplus */
19 WS_DLL_PUBLIC
20 void dissect_a21_ie_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree, proto_tree *tree, int offset, uint8_t message_type);
22 #ifdef __cplusplus
24 #endif /* __cplusplus */
26 #endif