1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
4 /* asn2wrs.py -u -q -L -p tetra -c ./tetra.cnf -s ./packet-tetra-template -D . -O ../.. tetra.asn */
7 * Routines for TETRA packet dissection
9 * Copyright (c) 2007 - 2011 Professional Mobile Communication Research Group,
10 * Beijing Institute of Technology, China
12 * Wireshark - Network traffic analyzer
13 * By Gerald Combs <gerald@wireshark.org>
14 * Copyright 1998 Gerald Combs
16 * SPDX-License-Identifier: GPL-2.0-or-later
18 * REF: ETSI EN 300 392-2 V3.2.1
21 #ifndef PACKET_TETRA_H
22 #define PACKET_TETRA_H
32 TETRA_CHAN_TCH_2_4
= 9,
33 TETRA_CHAN_TCH_4_8
= 10,
35 TETRA_CHAN_SCH_HU
= 15
43 void tetra_dissect_pdu(int channel_type
, int dir
, tvbuff_t
*pdu
, proto_tree
*head
, packet_info
*pinfo
);
45 /*#include "packet-tetra-exp.h"*/
46 #endif /* PACKET_TETRA_H */