Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-tetra.h
1 /* Do not modify this file. Changes will be overwritten.                      */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler       */
3 /* packet-tetra.h                                                             */
4 /* ../../tools/asn2wrs.py -u -p tetra -c ./tetra.cnf -s ./packet-tetra-template -D . -O ../../epan/dissectors tetra.asn */
5
6 /* Input file: packet-tetra-template.h */
7
8 #line 1 "../../asn1/tetra/packet-tetra-template.h"
9 /* packet-tetra.h
10  * Routines for TETRA packet dissection
11  *
12  * Copyright (c) 2007 - 2011 Professional Mobile Communication Research Group,
13  *    Beijing Institute of Technology, China
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  * REF: ETSI EN 300 392-2 V3.2.1
34  */
35
36 #ifndef PACKET_TETRA_H
37 #define PACKET_TETRA_H
38
39 enum {
40         TETRA_CHAN_AACH         = 1,
41         TETRA_CHAN_SCH_F        = 2,
42         TETRA_CHAN_SCH_D        = 3,
43         TETRA_CHAN_BSCH         = 5,
44         TETRA_CHAN_BNCH         = 6,
45         TETRA_CHAN_TCH_F        = 7,
46         TETRA_CHAN_TCH_H        = 8,
47         TETRA_CHAN_TCH_2_4      = 9,
48         TETRA_CHAN_TCH_4_8      = 10,
49         TETRA_CHAN_STCH         = 11,
50         TETRA_CHAN_SCH_HU       = 15
51 };
52
53 enum {
54         TETRA_UPLINK,
55         TETRA_DOWNLINK
56 };
57
58 void tetra_dissect_pdu(int channel_type, int dir, tvbuff_t *pdu, proto_tree *head, packet_info *pinfo);
59
60 /*#include "packet-tetra-exp.h"*/
61 #endif  /* PACKET_TETRA_H */