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>
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __PACKET_DCERPC_FRSAPI_H
13 #define __PACKET_DCERPC_FRSAPI_H
15 /* MSRPC functions available in the frsapi interface */
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
28 #endif /* packet-dcerpc-frsapi.h */