Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-t124.h
blobc65ddf93c9868513c15d4ddf60a89016c6bc9c4d
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-t124.h */
4 /* asn2wrs.py -q -L -p t124 -c ./t124.cnf -s ./packet-t124-template -D . -O ../.. GCC-PROTOCOL.asn ../t125/MCS-PROTOCOL.asn */
6 /* packet-t124.h
7 * Routines for t124 packet dissection
8 * Copyright 2010, Graeme Lunt
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <gerald@wireshark.org>
12 * Copyright 1998 Gerald Combs
14 * SPDX-License-Identifier: GPL-2.0-or-later
17 #ifndef PACKET_T124_H
18 #define PACKET_T124_H
20 #include <epan/packet_info.h>
21 #include "packet-per.h"
23 extern int dissect_DomainMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
24 extern uint32_t t124_get_last_channelId(void);
25 extern void t124_set_top_tree(proto_tree *tree);
27 extern void register_t124_ns_dissector(const char *nsKey, dissector_t dissector, int proto);
28 extern void register_t124_sd_dissector(packet_info *pinfo, uint32_t channelId, dissector_t dissector, int proto);
30 extern const value_string t124_ConnectGCCPDU_vals[];
31 int dissect_t124_ConnectData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
32 int dissect_t124_ConnectGCCPDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
34 #endif /* PACKET_T124_H */