Skip to content

Commit

Permalink
did some things
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Apr 9, 2024
1 parent f810d1b commit b162485
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions impacket/dcerpc/v5/drsuapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)

Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit b162485

Please sign in to comment.