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-msrp.h
1
/* packet-msrp.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
/* Info to save in MSRP conversation / packet-info. */
11
#define MAX_MSRP_SETUP_METHOD_SIZE 7
12
struct
_msrp_conversation_info
13
{
14
unsigned
char
setup_method_set;
15
char
setup_method[MAX_MSRP_SETUP_METHOD_SIZE + 1];
16
uint32_t setup_frame_number;
17
};
12
struct
_msrp_conversation_info
{
…
};
18
19
20
/* Add an MSRP conversation with the given details */
21
void
msrp_add_address(
packet_info
*pinfo,
22
address
*addr,
int
port,
23
const
char
*setup_method, uint32_t setup_frame_number);
24
_address
Definition
address.h:56
_msrp_conversation_info
Definition
packet-msrp.h:13
_packet_info
Definition
packet_info.h:43
Generated by
1.9.8