http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22703
User: sahlberg
Date: 2007/08/28 11:45 AM
Log:
rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_name
rename dcerpc_smb_fetch_pol to dcerpc_fetch_polhnd_data and also make
it take an additional parameter to return the "type" of the policy
handle, if such a type was stored.
extend the pol_value structure used to track policy handles to also
store a type to represent what created the policy handle
types could be USER/ALIAS/CONNECT/... etc handles returned from the
SAMR interface
add a new helper function dcerpc_store_polhnd_type()
track policy handles between request/responses for dcerpc
update the samr.cnf file to make the samr dissectors for
SetSecurity/QuerySecurity dissect the specific bits for the security
descriptor correctly based on whether the policy handle refers to a
CONNECT/DOMAIN/USER/ALIAS or GROUP
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-dcerpc-lsa.c Modified
+56 -18 packet-dcerpc-nt.c Modified
+5 -4 packet-dcerpc-nt.h Modified
+46 -16 packet-dcerpc-samr.c Modified
+10 -10 packet-dcerpc-spoolss.c Modified
+3 -3 packet-dcerpc-svcctl.c Modified
+2 -0 packet-dcerpc.c Modified
+31 -2 packet-dcerpc.h Modified
+1 -1 packet-smb-sidsnooping.c Modified
+2 -2 packet-smb2.c Modified
(1 file not shown)