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:2632–2633 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
2630
return
self._ndrlayer().getfield_and_val(attr)
2631
2632
def
valueof(self, name):
2633
return
self._ndrlayer().valueof(name)
2634
2635
2636
class
NDRSerialization1PrivateHeader(Packet):
Callers
nothing calls this directly
Calls
2
_ndrlayer
Method · 0.95
valueof
Method · 0.45
Tested by
no test coverage detected