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
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-alcap.h
1
/* packet-alcap.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
5
* Copyright 1998 Gerald Combs
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef PACKET_ALCAP_H
11
#define PACKET_ALCAP_H
12
13
#include "packet-e164.h"
14
15
extern
void
alcap_tree_from_bearer_key(
proto_tree
* tree,
tvbuff_t
* tvb,
packet_info
*pinfo,
const
char
* key);
16
17
typedef
struct
_alcap_msg_data_t
{
18
unsigned
msg_type;
19
unsigned
framenum;
20
struct
_alcap_msg_data_t
* next;
21
struct
_alcap_msg_data_t
* last;
22
}
alcap_msg_data_t
;
17
typedef
struct
_alcap_msg_data_t
{
…
};
23
24
typedef
struct
_alcap_leg_info_t
{
25
uint32_t dsaid;
26
uint32_t osaid;
27
uint32_t pathid;
28
uint32_t cid;
29
uint32_t sugr;
30
char
* orig_nsap;
31
char
* dest_nsap;
32
alcap_msg_data_t
* msgs;
33
unsigned
release_cause;
34
}
alcap_leg_info_t
;
24
typedef
struct
_alcap_leg_info_t
{
…
};
35
36
37
typedef
struct
_alcap_message_info_t
{
38
unsigned
msg_type;
39
uint32_t dsaid;
40
uint32_t osaid;
41
uint32_t pathid;
42
uint32_t cid;
43
uint32_t sugr;
44
char
* orig_nsap;
45
char
* dest_nsap;
46
unsigned
release_cause;
47
}
alcap_message_info_t
;
37
typedef
struct
_alcap_message_info_t
{
…
};
48
49
#endif
_alcap_leg_info_t
Definition
packet-alcap.h:24
_alcap_message_info_t
Definition
packet-alcap.h:37
_alcap_msg_data_t
Definition
packet-alcap.h:17
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:903
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8