Wireshark  4.3.0
The Wireshark network protocol analyzer
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 /* asn2wrs.py -u -q -L -p tetra -c ./tetra.cnf -s ./packet-tetra-template -D . -O ../.. tetra.asn */
5 
6 /* packet-tetra.h
7  * Routines for TETRA packet dissection
8  *
9  * Copyright (c) 2007 - 2011 Professional Mobile Communication Research Group,
10  * Beijing Institute of Technology, China
11  *
12  * Wireshark - Network traffic analyzer
13  * By Gerald Combs <gerald@wireshark.org>
14  * Copyright 1998 Gerald Combs
15  *
16  * SPDX-License-Identifier: GPL-2.0-or-later
17  *
18  * REF: ETSI EN 300 392-2 V3.2.1
19  */
20 
21 #ifndef PACKET_TETRA_H
22 #define PACKET_TETRA_H
23 
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
36 };
37 
38 enum {
39  TETRA_UPLINK,
40  TETRA_DOWNLINK
41 };
42 
43 void tetra_dissect_pdu(int channel_type, int dir, tvbuff_t *pdu, proto_tree *head, packet_info *pinfo);
44 
45 /*#include "packet-tetra-exp.h"*/
46 #endif /* PACKET_TETRA_H */
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35