Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.
[obnox/wireshark/wip.git] / epan / dissectors / packet-tcap.h
1 /* Do not modify this file.                                                   */
2 /* It is created automatically by the ASN.1 to Ethereal dissector compiler    */
3 /* ./packet-tcap.h                                                            */
4 /* ../../tools/asn2eth.py -X -b -e -p tcap -c tcap.cnf -s packet-tcap-template tcap.asn */
5
6 /* Input file: packet-tcap-template.h */
7
8 #line 1 "packet-tcap-template.h"
9 /* packet-tcap.h
10  *
11  * $Id$
12  *
13  * Copyright 2004, Tim Endean <endeant@hotmail.com>
14  *
15  * Ethereal - Network traffic analyzer
16  * By Gerald Combs <gerald@ethereal.com>
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32  */
33
34
35 #ifndef PACKET_tcap_H
36 #define PACKET_tcap_H
37 /* TCAP component type */
38 #define TCAP_COMP_INVOKE        0xa1
39 #define TCAP_COMP_RRL           0xa2
40 #define TCAP_COMP_RE            0xa3
41 #define TCAP_COMP_REJECT        0xa4
42 #define TCAP_COMP_RRN           0xa7
43
44
45 #define ANSI_TC_INVOKE_L        0xe9
46 #define ANSI_TC_RRL             0xea
47 #define ANSI_TC_RE              0xeb
48 #define ANSI_TC_REJECT          0xec
49 #define ANSI_TC_INVOKE_N        0xed
50 #define ANSI_TC_RRN             0xee
51
52 #define TCAP_SEQ_TAG            0x30
53 #define TCAP_SET_TAG            0x31
54
55 #define TCAP_INVOKE_ID_TAG      0x02
56 #define TCAP_LINKED_ID_TAG      0x80
57
58 #define TCAP_EOC_LEN            2               
59
60 #define TCAP_CONSTRUCTOR(TCtag) (TCtag & 0x20)
61
62
63
64 extern gint tcap_standard;
65
66 extern const value_string tcap_component_type_str[];
67
68
69 #endif  /* PACKET_INAP_H */