Wireshark  2.9.0-477-g68ec514b
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 -p t124 -c ./t124.cnf -s ./packet-t124-template -D . -O ../.. GCC-PROTOCOL.asn ../t125/MCS-PROTOCOL.asn */
5 
6 /* Input file: packet-t124-template.h */
7 
8 #line 1 "./asn1/t124/packet-t124-template.h"
9 /* packet-t124.h
10  * Routines for t124 packet dissection
11  * Copyright 2010, Graeme Lunt
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 #ifndef PACKET_T124_H
21 #define PACKET_T124_H
22 
23 #include <epan/packet_info.h>
24 #include <epan/dissectors/packet-per.h>
25 
26 extern int dissect_DomainMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
27 extern guint32 t124_get_last_channelId(void);
28 extern void t124_set_top_tree(proto_tree *tree);
29 
30 extern void register_t124_ns_dissector(const char *nsKey, dissector_t dissector, int proto);
31 extern void register_t124_sd_dissector(packet_info *pinfo, guint32 channelId, dissector_t dissector, int proto);
32 
33 
34 /*--- Included file: packet-t124-exp.h ---*/
35 #line 1 "./asn1/t124/packet-t124-exp.h"
36 extern const value_string t124_ConnectGCCPDU_vals[];
37 int dissect_t124_ConnectData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
38 int dissect_t124_ConnectGCCPDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
39 
40 /*--- End of included file: packet-t124-exp.h ---*/
41 #line 26 "./asn1/t124/packet-t124-template.h"
42 
43 #endif /* PACKET_T124_H */
44 
45 
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: value_string.h:24
Definition: proto.h:759