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

Method valueof

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

Source from the content-addressed store, hash-verified

1790 return self.fld.i2len(pkt, x.value)
1791
1792 def valueof(self, pkt, x):
1793 if x is None:
1794 return x
1795 return self.fld.valueof(pkt, x.value)
1796
1797
1798class NDRFullEmbPointerField(NDRFullPointerField):

Callers

nothing calls this directly

Calls 1

valueofMethod · 0.45

Tested by

no test coverage detected