Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
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 -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 */
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:906
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8