Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ valueof
Method
valueof
scapy/layers/dcerpc.py:2160–2161 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
2158
return
x
2159
2160
def
valueof(self, pkt, x):
2161
return
super(_NDRVarField, self).valueof(pkt, x.value)
2162
2163
2164
class
NDRConformantArray(_NDRPacket):
Callers
nothing calls this directly
Calls
1
valueof
Method · 0.45
Tested by
no test coverage detected