From b1624858f2ba08bec9aee4e5096b6d5b227a180e Mon Sep 17 00:00:00 2001 From: Shutdown <40902872+ShutdownRepo@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:33:45 +0200 Subject: [PATCH] did some things --- impacket/dcerpc/v5/drsuapi.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/impacket/dcerpc/v5/drsuapi.py b/impacket/dcerpc/v5/drsuapi.py index 7464f9fa38..e8e83e0081 100644 --- a/impacket/dcerpc/v5/drsuapi.py +++ b/impacket/dcerpc/v5/drsuapi.py @@ -1388,13 +1388,12 @@ class DRS_MSG_GETCHGREPLY_V6(NDRSTRUCT): ('cNumBytes', ULONG), ('pObjects', PREPLENTINFLIST), ('fMoreData', BOOL), - ('cNumNcSizeObjectsc', ULONG), + ('cNumNcSizeObjects', ULONG), ('cNumNcSizeValues', ULONG), ('cNumValues', DWORD), - # ('rgValues',PREPLVALINF_V1_ARRAY), + ('rgValues', PREPLVALINF_V1_ARRAY), # ToDo: Once we find out what's going on with PREPLVALINF_ARRAY get it back # Seems there's something in there that is not being parsed correctly - ('rgValues', DWORD), ('dwDRSError', DWORD), ) @@ -1432,7 +1431,7 @@ class DRS_MSG_GETCHGREPLY_V9(NDRSTRUCT): ('cNumBytes', ULONG), ('pObjects', PREPLENTINFLIST), ('fMoreData', BOOL), - ('cNumNcSizeObjectsc', ULONG), + ('cNumNcSizeObjects', ULONG), ('cNumNcSizeValues', ULONG), ('cNumValues', DWORD), # ('rgValues',PREPLVALINF_V3_ARRAY),