epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / epan / dissectors / packet-tetra.h
blob5fdc4bf9e58fee019bc89f8097cc0c8d4846848c
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 /* asn2wrs.py -u -q -L -p tetra -c ./tetra.cnf -s ./packet-tetra-template -D . -O ../.. tetra.asn */
6 /* packet-tetra.h
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
24 enum {
25 TETRA_CHAN_AACH = 1,
26 TETRA_CHAN_SCH_F = 2,
27 TETRA_CHAN_SCH_D = 3,
28 TETRA_CHAN_BSCH = 5,
29 TETRA_CHAN_BNCH = 6,
30 TETRA_CHAN_TCH_F = 7,
31 TETRA_CHAN_TCH_H = 8,
32 TETRA_CHAN_TCH_2_4 = 9,
33 TETRA_CHAN_TCH_4_8 = 10,
34 TETRA_CHAN_STCH = 11,
35 TETRA_CHAN_SCH_HU = 15
38 enum {
39 TETRA_UPLINK,
40 TETRA_DOWNLINK
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 */