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

Method i2len

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

Source from the content-addressed store, hash-verified

2277 return value
2278
2279 def i2len(self, pkt, x):
2280 return super(_NDRConfField, self).i2len(pkt, self._subval(x))
2281
2282 def any2i(self, pkt, x):
2283 # User-friendly helper

Callers

nothing calls this directly

Calls 2

_subvalMethod · 0.95
i2lenMethod · 0.45

Tested by

no test coverage detected