1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
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"
10 * Routines for TETRA packet dissection
12 * Copyright (c) 2007 - 2011 Professional Mobile Communication Research Group,
13 * Beijing Institute of Technology, China
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
49 TETRA_CHAN_TCH_2_4
= 9,
50 TETRA_CHAN_TCH_4_8
= 10,
52 TETRA_CHAN_SCH_HU
= 15
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 */