Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ valueof
Method
valueof
scapy/layers/dcerpc.py:2031–2034 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
2029
return
len(x)
2030
2031
def
valueof(self, pkt, x):
2032
return
[
2033
self.fld.valueof(pkt, y
if
not isinstance(y, NDRNone)
else
None)
for
y in x
2034
]
2035
2036
2037
class
NDRFieldListField(NDRConstructedType, FieldListField):
Callers
nothing calls this directly
Calls
1
valueof
Method · 0.45
Tested by
no test coverage detected