1a01651ad2c043955c057c28111295470c0ce6da
[obnox/wireshark/wip.git] / epan / dissectors / packet-gsm_ss.h
1 /* Do not modify this file.                                                   */
2 /* It is created automatically by the ASN.1 to Wireshark dissector compiler    */
3 /* ./packet-gsm_ss.h                                                          */
4 /* ../../tools/asn2eth.py -X -b -e -p gsm_ss -c gsm_ss.cnf -s packet-gsm_ss-template SS-Operations.asn */
5
6 /* Input file: packet-gsm_ss-template.h */
7
8 #line 1 "packet-gsm_ss-template.h"
9 /* packet-gsm_map-template.h
10  * Routines for GSM Supplementary Services dissection
11  * Copyright 2005, Anders Broman <anders.broman@ericsson.com>
12  * Based on the dissector by:
13  * Michael Lum <mlum [AT] telostech.com>
14  * In association with Telos Technology Inc.
15  *
16  * Title                3GPP                    Other
17  *
18  *   Reference [1]
19  *   Mobile radio Layer 3 supplementary service specification;
20  *   Formats and coding
21  *   (3GPP TS 24.080 version )
22  * $Id$ *
23  * Wireshark - Network traffic analyzer
24  * By Gerald Combs <gerald@wireshark.org>
25  * Copyright 1998 Gerald Combs
26  *
27  * This program is free software; you can redistribute it and/or
28  * modify it under the terms of the GNU General Public License
29  * as published by the Free Software Foundation; either version 2
30  * of the License, or (at your option) any later version.
31  *
32  * This program is distributed in the hope that it will be useful,
33  * but WITHOUT ANY WARRANTY; without even the implied warranty of
34  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35  * GNU General Public License for more details.
36  *
37  * You should have received a copy of the GNU General Public License
38  * along with this program; if not, write to the Free Software
39  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
40  */
41
42 #ifndef PACKET_GSM_SS_H
43 #define PACKET_GSM_SS_H
44 int gsm_ss_dissect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, guint32 opcode, gint comp_type_tag);
45
46 extern const value_string gsm_ss_opr_code_strings[];
47 extern const value_string gsm_ss_err_code_strings[];
48 /* #include "packet-gsm_map-exp.h"*/
49
50 #endif  /* PACKET_GSM_SS_H */