Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ valueof
Method
valueof
scapy/layers/dcerpc.py:2056–2057 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
2054
return
len(x)
2055
2056
def
valueof(self, pkt, x):
2057
return
[self.field.valueof(pkt, y)
for
y in x]
2058
2059
2060
class
NDRVaryingArray(_NDRPacket):
Callers
nothing calls this directly
Calls
1
valueof
Method · 0.45
Tested by
no test coverage detected