MSWSP: fix dissect_mswsp_smb()
[wireshark-wip.git] / epan / dissectors / packet-tetra.h
blob22b537826c256e6ec1353903c4714753a56c13ed
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 */
6 /* Input file: packet-tetra-template.h */
8 #line 1 "../../asn1/tetra/packet-tetra-template.h"
9 /* packet-tetra.h
10 * Routines for TETRA packet dissection
12 * Copyright (c) 2007 - 2011 Professional Mobile Communication Research Group,
13 * Beijing Institute of Technology, China
15 * $Id$
17 * Wireshark - Network traffic analyzer
18 * By Gerald Combs <gerald@wireshark.org>
19 * Copyright 1998 Gerald Combs
21 * This program is free software; you can redistribute it and/or
22 * modify it under the terms of the GNU General Public License
23 * as published by the Free Software Foundation; either version 2
24 * of the License, or (at your option) any later version.
26 * This program is distributed in the hope that it will be useful,
27 * but WITHOUT ANY WARRANTY; without even the implied warranty of
28 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * GNU General Public License for more details.
31 * You should have received a copy of the GNU General Public License
32 * along with this program; if not, write to the Free Software
33 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35 * REF: ETSI EN 300 392-2 V3.2.1
38 #ifndef PACKET_TETRA_H
39 #define PACKET_TETRA_H
41 enum {
42 TETRA_CHAN_AACH = 1,
43 TETRA_CHAN_SCH_F = 2,
44 TETRA_CHAN_SCH_D = 3,
45 TETRA_CHAN_BSCH = 5,
46 TETRA_CHAN_BNCH = 6,
47 TETRA_CHAN_TCH_F = 7,
48 TETRA_CHAN_TCH_H = 8,
49 TETRA_CHAN_TCH_2_4 = 9,
50 TETRA_CHAN_TCH_4_8 = 10,
51 TETRA_CHAN_STCH = 11,
52 TETRA_CHAN_SCH_HU = 15
55 enum {
56 TETRA_UPLINK,
57 TETRA_DOWNLINK
60 void tetra_dissect_pdu(int channel_type, int dir, tvbuff_t *pdu, proto_tree *head, packet_info *pinfo);
62 /*#include "packet-tetra-exp.h"*/
63 #endif /* PACKET_TETRA_H */