mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Correct spelling of DCE/RPC operation string NetrLogonSameLogonWithFlags
Fixes GH-952
This commit is contained in:
parent
eff11c5ef4
commit
156686b237
5 changed files with 11 additions and 3 deletions
|
@ -267,7 +267,7 @@ export {
|
|||
["12345678-1234-abcd-ef00-01234567cffb",0x2a] = "NetrServerTrustPasswordsGet",
|
||||
["12345678-1234-abcd-ef00-01234567cffb",0x2b] = "DsrGetForestTrustInformation",
|
||||
["12345678-1234-abcd-ef00-01234567cffb",0x2c] = "NetrGetForestTrustInformation",
|
||||
["12345678-1234-abcd-ef00-01234567cffb",0x2d] = "NetrLogonSameLogonWithFlags",
|
||||
["12345678-1234-abcd-ef00-01234567cffb",0x2d] = "NetrLogonSamLogonWithFlags",
|
||||
["12345678-1234-abcd-ef00-01234567cffb",0x2e] = "NetrServerGetTrustInfo",
|
||||
["12345678-1234-abcd-ef00-01234567cffb",0x2f] = "unused",
|
||||
["12345678-1234-abcd-ef00-01234567cffb",0x30] = "DsrUpdateReadOnlyServerDnsRecords",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue