aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-dssetup.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-04-28 09:50:03 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-04-28 09:50:03 +0000
commit14cd9627b75f37d04a8f463cb8081d5b4164c7a1 (patch)
tree86899379d1edf4b0de8edb70c2416e5396508eaa /epan/dissectors/packet-dcerpc-dssetup.h
parenta4950dec86eaf7ba54bbee96ef99d6fe0f59ba8d (diff)
make dssetup an autogenerated dissector
and cancel my checkins from an hour ago, but they show the evolvement of the dissector at least. :-) svn path=/trunk/; revision=14215
Diffstat (limited to 'epan/dissectors/packet-dcerpc-dssetup.h')
-rw-r--r--epan/dissectors/packet-dcerpc-dssetup.h81
1 files changed, 81 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-dssetup.h b/epan/dissectors/packet-dcerpc-dssetup.h
new file mode 100644
index 0000000000..1040ba28a4
--- /dev/null
+++ b/epan/dissectors/packet-dcerpc-dssetup.h
@@ -0,0 +1,81 @@
+/* DO NOT EDIT
+ * This dissector is autogenerated
+ * ronnie sahlberg 2005
+ * Autogenerated based on the IDL definitions from samba4
+ */
+/* packet-dcerpc-dssetup.h
+ * Routines for DSSETUP packet disassembly
+ *
+ * $Id: packet-dcerpc-dssetup.h 11410 2004-07-18 18:06:47Z gram $
+ *
+ * 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_DSSETUP_H
+#define __PACKET_DCERPC_DSSETUP_H
+
+
+
+/* INCLUDED FILE : ETH_HDR */
+
+#define DS_ROLE_STANDALONE_WORKSTATION 0
+#define DS_ROLE_MEMBER_WORKSTATION 1
+#define DS_ROLE_STANDALONE_SERVER 2
+#define DS_ROLE_MEMBER_SERVER 3
+#define DS_ROLE_BACKUP_DC 4
+#define DS_ROLE_PRIMARY_DC 5
+
+extern const value_string dssetup_DsRole_vals[];
+int dssetup_dissect_DsRole(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int dssetup_dissect_DsRoleFlags(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int dssetup_dissect_DsRolePrimaryDomInfoBasic(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+
+#define DS_ROLE_NOT_UPGRADING 0
+#define DS_ROLE_UPGRADING 1
+
+extern const value_string dssetup_DsUpgrade_vals[];
+int dssetup_dissect_DsUpgrade(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+
+#define DS_ROLE_PREVIOUS_UNKNOWN 0
+#define DS_ROLE_PREVIOUS_PRIMARY 1
+#define DS_ROLE_PREVIOUS_BACKUP 2
+
+extern const value_string dssetup_DsPrevious_vals[];
+int dssetup_dissect_DsPrevious(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int dssetup_dissect_DsRoleUpgradeStatus(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+
+#define DS_ROLE_OP_IDLE 0
+#define DS_ROLE_OP_ACTIVE 1
+#define DS_ROLE_OP_NEEDS_REBOOT 2
+
+extern const value_string dssetup_DsRoleOp_vals[];
+int dssetup_dissect_DsRoleOp(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+int dssetup_dissect_DsRoleOpStatus(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+
+#define DS_ROLE_BASIC_INFORMATION 1
+#define DS_ROLE_UPGRADE_STATUS 2
+#define DS_ROLE_OP_STATUS 3
+
+extern const value_string dssetup_DsRoleInfoLevel_vals[];
+int dssetup_dissect_DsRoleInfoLevel(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
+/* END OF INCLUDED FILE : ETH_HDR */
+
+
+
+#endif /* packet-dcerpc-dssetup.h */