Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <[email protected]>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
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 */