Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ _rslvtype
Method
_rslvtype
scapy/modules/ldaphero.py:659–665 ·
view source on GitHub ↗
Resolve Object types GUIDs
(self, x)
Source
from the content-addressed store, hash-verified
657
return
True
658
659
def
_rslvtype(self, x):
660
""
"
661
Resolve Object types GUIDs
662
""
"
663
if
x in self.guids:
664
return
self.guids[x][
"name"
]
665
return
str(x)
666
667
def
_rslvsid(self, x):
668
""
"
Callers
2
acegui
Method · 0.95
addace
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected