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

Method valueof

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

Source from the content-addressed store, hash-verified

2158 return x
2159
2160 def valueof(self, pkt, x):
2161 return super(_NDRVarField, self).valueof(pkt, x.value)
2162
2163
2164class NDRConformantArray(_NDRPacket):

Callers

nothing calls this directly

Calls 1

valueofMethod · 0.45

Tested by

no test coverage detected