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-dcerpc-frsapi.h
1
/* packet-dcerpc-frsapi.h
2
* Routines for the frs API (File Replication Service) MSRPC interface
3
* Copyright 2004 Jean-Baptiste Marchand <jbm@hsc.fr>
4
*
5
* Wireshark - Network traffic analyzer
6
* By Gerald Combs <gerald@wireshark.org>
7
* Copyright 1998 Gerald Combs
8
*
9
* SPDX-License-Identifier: GPL-2.0-or-later
10
*/
11
12
#ifndef __PACKET_DCERPC_FRSAPI_H
13
#define __PACKET_DCERPC_FRSAPI_H
14
15
/* MSRPC functions available in the frsapi interface */
16
17
#define FRSAPI_VERIFY_PROMOTION 0x00
18
#define FRSAPI_PROMOTION_STATUS 0x01
19
#define FRSAPI_START_DEMOTION 0x02
20
#define FRSAPI_COMMIT_DEMOTION 0x03
21
#define FRSAPI_SET_DS_POLLING_INTERVAL_W 0x04
22
#define FRSAPI_GET_DS_POLLING_INTERVAL_W 0x05
23
#define FRSAPI_VERIFY_PROMOTION_W 0x06
24
#define FRSAPI_INFO_W 0x07
25
#define FRSAPI_IS_PATH_REPLICATED 0x08
26
#define FRSAPI_WRITER_COMMAND 0x09
27
28
#endif
/* packet-dcerpc-frsapi.h */
Generated by
1.9.8