add more policy handle types for the new LSA dissector

svn path=/trunk/; revision=26319
This commit is contained in:
Ronnie Sahlberg 2008-10-01 00:47:05 +00:00
parent baa1527783
commit bf27687d94
1 changed files with 4 additions and 0 deletions

View File

@ -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 {