1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
4 /* ../../tools/asn2wrs.py -p t124 -c ./t124.cnf -s ./packet-t124-template -D . -O ../../epan/dissectors GCC-PROTOCOL.asn ../t125/MCS-PROTOCOL.asn */
6 /* Input file: packet-t124-template.h */
8 #line 1 "../../asn1/t124/packet-t124-template.h"
10 * Routines for t124 packet dissection
11 * Copyright 2010, Graeme Lunt
15 * Wireshark - Network traffic analyzer
16 * By Gerald Combs <gerald@wireshark.org>
17 * Copyright 1998 Gerald Combs
19 * This program is free software; you can redistribute it and/or
20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version 2
22 * of the License, or (at your option) any later version.
24 * This program is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * GNU General Public License for more details.
29 * You should have received a copy of the GNU General Public License
30 * along with this program; if not, write to the Free Software
31 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
37 #include <epan/packet_info.h>
38 #include <epan/dissectors/packet-per.h>
40 extern int dissect_DomainMCSPDU_PDU(tvbuff_t
*tvb _U_
, packet_info
*pinfo _U_
, proto_tree
*tree _U_
);
41 extern guint32
t124_get_last_channelId(void);
42 extern void t124_set_top_tree(proto_tree
*tree
);
44 extern void register_t124_ns_dissector(const char *nsKey
, dissector_t dissector
, int proto
);
45 extern void register_t124_sd_dissector(packet_info
*pinfo
, guint32 channelId
, dissector_t dissector
, int proto
);
48 /*--- Included file: packet-t124-exp.h ---*/
49 #line 1 "../../asn1/t124/packet-t124-exp.h"
50 extern const value_string t124_ConnectGCCPDU_vals
[];
51 int dissect_t124_ConnectData(tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
);
52 int dissect_t124_ConnectGCCPDU(tvbuff_t
*tvb _U_
, int offset _U_
, asn1_ctx_t
*actx _U_
, proto_tree
*tree _U_
, int hf_index _U_
);
54 /*--- End of included file: packet-t124-exp.h ---*/
55 #line 40 "../../asn1/t124/packet-t124-template.h"
57 #endif /* PACKET_T124_H */