MCPcopy Index your code
hub / github.com/secdev/scapy / valueof

Method valueof

scapy/layers/dcerpc.py:1457–1465  ·  view source on GitHub ↗

Util to get the value of a NDRField, ignoring arrays, pointers, etc.

(self, request)

Source from the content-addressed store, hash-verified

1455 raise
1456
1457 def valueof(self, request):
1458 """
1459 Util to get the value of a NDRField, ignoring arrays, pointers, etc.
1460 """
1461 val = self
1462 for ndr_field in request.split("."):
1463 fld, fval = val.getfield_and_val(ndr_field)
1464 val = fld.valueof(val, fval)
1465 return val
1466
1467
1468class _NDRAlign:

Callers 11

_getClientClaimsMethod · 0.45
funcMethod · 0.45
resolvesidsMethod · 0.45
sharesMethod · 0.45
valueofMethod · 0.45
valueofMethod · 0.45
valueofMethod · 0.45
valueofMethod · 0.45
valueofMethod · 0.45
valueofMethod · 0.45
valueofMethod · 0.45

Calls 1

getfield_and_valMethod · 0.45

Tested by

no test coverage detected