As the gtk2 directory is no longer needed (GTK1 and 2 are using the same sources...
[obnox/wireshark/wip.git] / 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  * $Id$
6  *
7  * Ethereal - Network traffic analyzer
8  * By Gerald Combs <gerald@ethereal.com>
9  * Copyright 1998 Gerald Combs
10  *
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.
15  *
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.
20  *
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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24  */
25
26 #ifndef __PACKET_DCERPC_FRSAPI_H
27 #define __PACKET_DCERPC_FRSAPI_H
28
29 /* MSRPC functions available in the frsapi interface */
30
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
41
42 #endif /* packet-dcerpc-frsapi.h */