mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Update consts.bro
Removed duplicated entries (`000001a0-0000-0000-c000-000000000046`, with `i=3, i=4`) and related comments line This change should make this file more readable and it will be easier to convert it to other formats (personally I found it out while I was trying to convert this to a JavaScript structure).
This commit is contained in:
parent
b97abd3798
commit
ff84e4faa3
1 changed files with 2 additions and 6 deletions
|
@ -149,10 +149,6 @@ export {
|
||||||
# IActivation
|
# IActivation
|
||||||
["4d9f4ab8-7d1c-11cf-861e-0020af6e7c57",0] = "RemoteActivation",
|
["4d9f4ab8-7d1c-11cf-861e-0020af6e7c57",0] = "RemoteActivation",
|
||||||
|
|
||||||
# IRemoteSCMActivator
|
|
||||||
["000001a0-0000-0000-c000-000000000046",3] = "RemoteGetClassObject",
|
|
||||||
["000001a0-0000-0000-c000-000000000046",4] = "RemoteCreateInstance",
|
|
||||||
|
|
||||||
# nspi
|
# nspi
|
||||||
["f5cc5a18-4264-101a-8c59-08002b2f8426",0] = "NspiBind",
|
["f5cc5a18-4264-101a-8c59-08002b2f8426",0] = "NspiBind",
|
||||||
["f5cc5a18-4264-101a-8c59-08002b2f8426",1] = "NspiUnbind",
|
["f5cc5a18-4264-101a-8c59-08002b2f8426",1] = "NspiUnbind",
|
||||||
|
@ -222,8 +218,8 @@ export {
|
||||||
["000001a0-0000-0000-c000-000000000046",0] = "QueryInterfaceIRemoteSCMActivator",
|
["000001a0-0000-0000-c000-000000000046",0] = "QueryInterfaceIRemoteSCMActivator",
|
||||||
["000001a0-0000-0000-c000-000000000046",1] = "AddRefIRemoteISCMActivator",
|
["000001a0-0000-0000-c000-000000000046",1] = "AddRefIRemoteISCMActivator",
|
||||||
["000001a0-0000-0000-c000-000000000046",2] = "ReleaseIRemoteISCMActivator",
|
["000001a0-0000-0000-c000-000000000046",2] = "ReleaseIRemoteISCMActivator",
|
||||||
#["000001a0-0000-0000-c000-000000000046",3] = "RemoteGetClassObject",
|
["000001a0-0000-0000-c000-000000000046",3] = "RemoteGetClassObject",
|
||||||
#["000001a0-0000-0000-c000-000000000046",4] = "RemoteCreateInstance",
|
["000001a0-0000-0000-c000-000000000046",4] = "RemoteCreateInstance",
|
||||||
|
|
||||||
# netlogon
|
# netlogon
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0] = "NetrLogonUasLogon",
|
["12345678-1234-abcd-ef00-01234567cffb",0] = "NetrLogonUasLogon",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue