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

Method receive_ioctl

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

Source from the content-addressed store, hash-verified

899
900 @ATMT.receive_condition(SERVING)
901 def receive_ioctl(self, pkt):
902 if SMB2_IOCTL_Request in pkt:
903 raise self.SERVING().action_parameters(pkt)
904
905 @ATMT.action(receive_ioctl)
906 def send_ioctl_response(self, pkt):

Callers

nothing calls this directly

Calls 2

SERVINGMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected