aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-01 00:47:05 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-01 00:47:05 +0000
commit13f738c09ad037dedebe033b5b0067183ccd6827 (patch)
tree5e767f4c9226a057cea439229e858cbc38fd1b40 /epan/dissectors/packet-dcerpc.h
parent5a085e481505e160f3bd6a4f4f789a61c5024da5 (diff)
add more policy handle types for the new LSA dissector
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26319 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc.h')
-rw-r--r--epan/dissectors/packet-dcerpc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h
index 17fd245cf9..4a9616d49a 100644
--- a/epan/dissectors/packet-dcerpc.h
+++ b/epan/dissectors/packet-dcerpc.h
@@ -454,6 +454,10 @@ init_ndr_pointer_list(packet_info *pinfo);
#define PIDL_POLHND_TYPE_SAMR_GROUP 0x00040000
#define PIDL_POLHND_TYPE_SAMR_ALIAS 0x00050000
+#define PIDL_POLHND_TYPE_LSA_POLICY 0x00060000
+#define PIDL_POLHND_TYPE_LSA_ACCOUNT 0x00070000
+#define PIDL_POLHND_TYPE_LSA_SECRET 0x00080000
+#define PIDL_POLHND_TYPE_LSA_DOMAIN 0x00090000
/* a structure we store for all policy handles we track */
typedef struct pol_value {