Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
667
class
SMB_SOCKET(SuperSocket):
Callers
nothing calls this directly
Calls
2
send
Method · 0.95
copy
Method · 0.45
Tested by
no test coverage detected