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

Method set_compounded_handle

scapy/layers/smbserver.py:1114–1118  ·  view source on GitHub ↗

Mark a handle as the current one being compounded.

(self, handle)

Source from the content-addressed store, hash-verified

1112 return handle
1113
1114 def set_compounded_handle(self, handle):
1115 """
1116 Mark a handle as the current one being compounded.
1117 """
1118 self.CompoundedHandle = handle
1119
1120 def get_file_id(self, pkt):
1121 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected