Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ valueof
Method
valueof
scapy/layers/dcerpc.py:2306–2307 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
2304
return
x
2305
2306
def
valueof(self, pkt, x):
2307
return
super(_NDRConfField, self).valueof(pkt, self._subval(x))
2308
2309
2310
class
NDRVarPacketListField(_NDRVarField, _NDRPacketListField):
Callers
nothing calls this directly
Calls
2
_subval
Method · 0.95
valueof
Method · 0.45
Tested by
no test coverage detected