MCPcopy Create free account
hub / github.com/secdev/scapy / valueof

Method valueof

scapy/layers/dcerpc.py:2496–2498  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

2494 return x
2495
2496 def valueof(self, pkt, x):
2497 fld, val = self._find_fld_pkt_val(pkt, x)
2498 return fld.valueof(pkt, x.value)
2499
2500
2501class NDRUnionField(NDRConstructedType, _NDRUnionField):

Callers

nothing calls this directly

Calls 2

_find_fld_pkt_valMethod · 0.95
valueofMethod · 0.45

Tested by

no test coverage detected