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

Method send_data

scapy/layers/smbclient.py:663–664  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

661
662 @ATMT.action(outgoing_data_received_smb)
663 def send_data(self, d):
664 self.send(self.smb_header.copy() / d)
665
666
667class SMB_SOCKET(SuperSocket):

Callers

nothing calls this directly

Calls 2

sendMethod · 0.95
copyMethod · 0.45

Tested by

no test coverage detected