mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Fix typo in dce-rpc consts
This commit is contained in:
parent
3c765731b3
commit
6399a96ea5
1 changed files with 10 additions and 10 deletions
|
@ -274,16 +274,16 @@ export {
|
|||
["12345678-1234-abcd-ef00-01234567cffb",0x31] = "NetrChainSetClientAttributes",
|
||||
|
||||
# IRemoteWinspool
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x00] = "RpcAsyncOpenPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x01] = "RpcAsyncAddPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x2] = "RpcAsyncSetJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x3] = "RpcAsyncGetJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x4] = "RpcAsyncEnumJobs",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x5] = "RpcAsyncAddJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x6] = "RpcAsyncScheduleJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x7] = "RpcAsyncDeletePrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x8] = "RpcAsyncSetPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x9] = "RpcAsyncGetPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x00] = "RpcAsyncOpenPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x01] = "RpcAsyncAddPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x2] = "RpcAsyncSetJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x3] = "RpcAsyncGetJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x4] = "RpcAsyncEnumJobs",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x5] = "RpcAsyncAddJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x6] = "RpcAsyncScheduleJob",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x7] = "RpcAsyncDeletePrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x8] = "RpcAsyncSetPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x9] = "RpcAsyncGetPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0a] = "RpcAsyncStartDocPrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0b] = "RpcAsyncStartPagePrinter",
|
||||
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0c] = "RpcAsyncWritePrinter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue