Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
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 -p tetra -c ./tetra.cnf -s ./packet-tetra-template -D . -O ../.. tetra.asn */
5
6
/* Input file: packet-tetra-template.h */
7
8
#line 1 "./asn1/tetra/packet-tetra-template.h"
9
/* packet-tetra.h
10
* Routines for TETRA packet dissection
11
*
12
* Copyright (c) 2007 - 2011 Professional Mobile Communication Research Group,
13
* Beijing Institute of Technology, China
14
*
15
* Wireshark - Network traffic analyzer
16
* By Gerald Combs <gerald@wireshark.org>
17
* Copyright 1998 Gerald Combs
18
*
19
* SPDX-License-Identifier: GPL-2.0-or-later
20
*
21
* REF: ETSI EN 300 392-2 V3.2.1
22
*/
23
24
#ifndef PACKET_TETRA_H
25
#define PACKET_TETRA_H
26
27
enum
{
28
TETRA_CHAN_AACH = 1,
29
TETRA_CHAN_SCH_F = 2,
30
TETRA_CHAN_SCH_D = 3,
31
TETRA_CHAN_BSCH = 5,
32
TETRA_CHAN_BNCH = 6,
33
TETRA_CHAN_TCH_F = 7,
34
TETRA_CHAN_TCH_H = 8,
35
TETRA_CHAN_TCH_2_4 = 9,
36
TETRA_CHAN_TCH_4_8 = 10,
37
TETRA_CHAN_STCH = 11,
38
TETRA_CHAN_SCH_HU = 15
39
};
40
41
enum
{
42
TETRA_UPLINK,
43
TETRA_DOWNLINK
44
};
45
46
void
tetra_dissect_pdu(
int
channel_type,
int
dir,
tvbuff_t
*pdu,
proto_tree
*head,
packet_info
*pinfo);
47
48
/*#include "packet-tetra-exp.h"*/
49
#endif
/* PACKET_TETRA_H */
_packet_info
Definition:
packet_info.h:44
tvbuff
Definition:
tvbuff-int.h:35
_proto_node
Definition:
proto.h:759
Generated by
1.8.11