diff --git a/scripts/base/protocols/dce-rpc/consts.bro b/scripts/base/protocols/dce-rpc/consts.bro index af8c9d06df..a41ad38631 100644 --- a/scripts/base/protocols/dce-rpc/consts.bro +++ b/scripts/base/protocols/dce-rpc/consts.bro @@ -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",