Postfix FT_NONE fields with "_element" string to reduce number of incompatible filter...
[metze/wireshark/wip.git] / epan / dissectors / 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 /* ../../tools/asn2wrs.py -p t124 -c ./t124.cnf -s ./packet-t124-template -D . -O ../../epan/dissectors 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  * $Id$
14  *
15  * Wireshark - Network traffic analyzer
16  * By Gerald Combs <gerald@wireshark.org>
17  * Copyright 1998 Gerald Combs
18  *
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.
23  *
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.
28  *
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.
32  */
33
34 #ifndef PACKET_T124_H
35 #define PACKET_T124_H
36
37 #include <epan/packet_info.h>
38 #include <epan/dissectors/packet-per.h>
39
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);
43
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);
46
47
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_);
53
54 /*--- End of included file: packet-t124-exp.h ---*/
55 #line 40 "../../asn1/t124/packet-t124-template.h"
56
57 #endif  /* PACKET_T124_H */
58
59