dcerpc-netlogon: add the latest opcodes from [MS-NRPC]

Dissecting them in detail is a task for another day...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Stefan Metzmacher 2022-02-18 11:16:30 +01:00 committed by AndersBroman
parent 8a6a10b02d
commit a8ad212436
2 changed files with 6 additions and 0 deletions

View File

@ -7807,6 +7807,10 @@ static dcerpc_sub_dissector dcerpc_netlogon_dissectors[] = {
netlogon_dissect_netrlogonsamlogonflags_reply },
{ NETLOGON_NETRSERVERGETTRUSTINFO, "NetrServerGetTrustInfo",
NULL, NULL },
{ NETLOGON_DSRUPDATEREADONLYSERVERDNSRECORDS, "DsrUpdateReadOnlyServerDnsRecords",
NULL, NULL },
{ NETLOGON_NETRCHAINSETCLIENTATTRIBUTES, "NetrChainSetClientAttributes",
NULL, NULL },
{0, NULL, NULL, NULL }
};

View File

@ -59,6 +59,8 @@
#define NETLOGON_NETRGETFORESTTRUSTINFORMATION 0x2c
#define NETLOGON_NETRLOGONSAMLOGONWITHFLAGS 0x2d
#define NETLOGON_NETRSERVERGETTRUSTINFO 0x2e
#define NETLOGON_DSRUPDATEREADONLYSERVERDNSRECORDS 0x30
#define NETLOGON_NETRCHAINSETCLIENTATTRIBUTES 0x36 /* This is documented as 49 (0x31) but it's 54) */
/* needed to decrypt PAC_LOGON_INFO in kerberos */