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

Method send

scapy/layers/smbserver.py:348–356  ·  view source on GitHub ↗
(self, pkt)

Source from the content-addressed store, hash-verified

346 print("> %s" % s)
347
348 def send(self, pkt):
349 ForceSign, ForceEncrypt = self.NextForceSign, self.NextForceEncrypt
350 self.NextForceSign = self.NextForceEncrypt = False
351 return super(SMB_Server, self).send(
352 pkt,
353 Compounded=self.NextCompound,
354 ForceSign=ForceSign,
355 ForceEncrypt=ForceEncrypt,
356 )
357
358 @ATMT.state(initial=1)
359 def BEGIN(self):

Callers 15

on_negotiateMethod · 0.95
on_setup_andx_requestMethod · 0.95
_ioctl_errorMethod · 0.95
send_logoff_responseMethod · 0.95
send_ioctl_responseMethod · 0.95
send_write_responseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected