summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-10-01 00:47:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-10-01 00:47:05 +0000
commitbf27687d9447145f81896d6c380aa4f34dd194a5 (patch)
tree5e767f4c9226a057cea439229e858cbc38fd1b40 /epan/dissectors/packet-dcerpc.h
parentbaa1527783bb2a2aaa7fc6b4049d7409c0379b10 (diff)
downloadwireshark-bf27687d9447145f81896d6c380aa4f34dd194a5.tar.gz
add more policy handle types for the new LSA dissector
svn path=/trunk/; revision=26319
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 {