Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-t124.h
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 */
5 
6 /* packet-t124.h
7  * Routines for t124 packet dissection
8  * Copyright 2010, Graeme Lunt
9  *
10  * Wireshark - Network traffic analyzer
11  * By Gerald Combs <gerald@wireshark.org>
12  * Copyright 1998 Gerald Combs
13  *
14  * SPDX-License-Identifier: GPL-2.0-or-later
15  */
16 
17 #ifndef PACKET_T124_H
18 #define PACKET_T124_H
19 
20 #include <epan/packet_info.h>
21 #include "packet-per.h"
22 
23 extern int dissect_DomainMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
24 extern guint32 t124_get_last_channelId(void);
25 extern void t124_set_top_tree(proto_tree *tree);
26 
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, guint32 channelId, dissector_t dissector, int proto);
29 
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_);
33 
34 #endif /* PACKET_T124_H */
35 
36 
Definition: asn1.h:65
Definition: packet_info.h:44
Definition: proto.h:904
Definition: value_string.h:26
Definition: tvbuff-int.h:35