aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-frsapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dcerpc-frsapi.h')
-rw-r--r--epan/dissectors/packet-dcerpc-frsapi.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-frsapi.h b/epan/dissectors/packet-dcerpc-frsapi.h
new file mode 100644
index 0000000000..dbd2ba9f5f
--- /dev/null
+++ b/epan/dissectors/packet-dcerpc-frsapi.h
@@ -0,0 +1,42 @@
+/* packet-dcerpc-frsapi.h
+ * Routines for the frs API (File Replication Service) MSRPC interface
+ * Copyright 2004 Jean-Baptiste Marchand <jbm@hsc.fr>
+ *
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PACKET_DCERPC_FRSAPI_H
+#define __PACKET_DCERPC_FRSAPI_H
+
+/* MSRPC functions available in the frsapi interface */
+
+#define FRSAPI_VERIFY_PROMOTION 0x00
+#define FRSAPI_PROMOTION_STATUS 0x01
+#define FRSAPI_START_DEMOTION 0x02
+#define FRSAPI_COMMIT_DEMOTION 0x03
+#define FRSAPI_SET_DS_POLLING_INTERVAL_W 0x04
+#define FRSAPI_GET_DS_POLLING_INTERVAL_W 0x05
+#define FRSAPI_VERIFY_PROMOTION_W 0x06
+#define FRSAPI_INFO_W 0x07
+#define FRSAPI_IS_PATH_REPLICATED 0x08
+#define FRSAPI_WRITER_COMMAND 0x09
+
+#endif /* packet-dcerpc-frsapi.h */