MCPcopy 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
2310class NDRVarPacketListField(_NDRVarField, _NDRPacketListField):

Callers

nothing calls this directly

Calls 2

_subvalMethod · 0.95
valueofMethod · 0.45

Tested by

no test coverage detected