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-nbap.h
1
/* Do not modify this file. Changes will be overwritten. */
2
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3
/* packet-nbap.h */
4
/* asn2wrs.py -q -L -p nbap -c ./nbap.cnf -s ./packet-nbap-template -D . -O ../.. NBAP-CommonDataTypes.asn NBAP-Constants.asn NBAP-Containers.asn NBAP-IEs.asn NBAP-PDU-Contents.asn NBAP-PDU-Descriptions.asn */
5
6
/* packet-nbap-template.h
7
*
8
* Wireshark - Network traffic analyzer
9
* By Gerald Combs <gerald@wireshark.org>
10
* Copyright 1998 Gerald Combs
11
*
12
* SPDX-License-Identifier: GPL-2.0-or-later
13
*/
14
15
#ifndef PACKET_NBAP_H
16
#define PACKET_NBAP_H
17
18
#include "packet-umts_rlc.h"
19
#include "packet-umts_mac.h"
20
21
/*
22
* Ericsson specific mapping for various dissector settings.
23
* Must be altered for other equipment.
24
*/
25
26
/*Array are indexed on logical channel id, meaning they need to be defined for 1-15*/
27
/* Mapping from logical channel id to MAC content type ie. DCCH or DTCH*/
28
extern
uint8_t lchId_type_table[];
29
30
/* Mapping logicalchannel id to RLC_MODE */
31
extern
uint8_t lchId_rlc_map[];
32
33
/* Mapping Scrambling Codes to C-RNC Contexts */
34
extern
wmem_tree_t
*nbap_scrambling_code_crncc_map;
35
/* Mapping C-RNC Contexts to U-RNTIs */
36
extern
wmem_tree_t
*nbap_crncc_urnti_map;
37
38
#endif
_wmem_tree_t
Definition
wmem_tree-int.h:48
Generated by
1.9.8