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-actrace.h
1
/* packet-actrace.h
2
* Routines for AudioCodes Trunk traces packet disassembly
3
*
4
* Copyright (c) 2005 by Alejandro Vaquero <alejandro.vaquero@verso.com>
5
*
6
* Wireshark - Network traffic analyzer
7
* By Gerald Combs <gerald@wireshark.org>
8
* Copyright 1999 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
/* Container for tapping relevant data */
14
typedef
struct
_actrace_info_t
15
{
16
int
type;
/* ACTRACE_CAS=1 ACTRACE_ISDN=2 */
17
int
direction;
/* direction BLADE_TO_PSTN=0 PSTN_TO_BLADE=1 */
18
int
trunk;
19
int32_t cas_bchannel;
20
const
char
*cas_frame_label;
21
}
actrace_info_t
;
14
typedef
struct
_actrace_info_t
{
…
};
22
_actrace_info_t
Definition
packet-actrace.h:15
Generated by
1.9.8