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

Function _set_ctx_on

scapy/layers/dcerpc.py:1365–1373  ·  view source on GitHub ↗
(f, obj)

Source from the content-addressed store, hash-verified

1363
1364
1365def _set_ctx_on(f, obj):
1366 if isinstance(f, _NDRPacket):
1367 f.ndr64 = obj.ndr64
1368 f.ndrendian = obj.ndrendian
1369 if isinstance(f, list):
1370 for x in f:
1371 if isinstance(x, _NDRPacket):
1372 x.ndr64 = obj.ndr64
1373 x.ndrendian = obj.ndrendian
1374
1375
1376def _e(ndrendian):

Callers 5

do_buildMethod · 0.85
addfieldMethod · 0.85
addfieldMethod · 0.85
addfieldMethod · 0.85
addfieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…