HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / epan / dissectors / packet-dcerpc-frsapi.h
bloba009790893c3b30678e41beb314a9386f3d8c775
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 * $Id$
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26 #ifndef __PACKET_DCERPC_FRSAPI_H
27 #define __PACKET_DCERPC_FRSAPI_H
29 /* MSRPC functions available in the frsapi interface */
31 #define FRSAPI_VERIFY_PROMOTION 0x00
32 #define FRSAPI_PROMOTION_STATUS 0x01
33 #define FRSAPI_START_DEMOTION 0x02
34 #define FRSAPI_COMMIT_DEMOTION 0x03
35 #define FRSAPI_SET_DS_POLLING_INTERVAL_W 0x04
36 #define FRSAPI_GET_DS_POLLING_INTERVAL_W 0x05
37 #define FRSAPI_VERIFY_PROMOTION_W 0x06
38 #define FRSAPI_INFO_W 0x07
39 #define FRSAPI_IS_PATH_REPLICATED 0x08
40 #define FRSAPI_WRITER_COMMAND 0x09
42 #endif /* packet-dcerpc-frsapi.h */