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

Method receive_read_request

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

Source from the content-addressed store, hash-verified

1552
1553 @ATMT.receive_condition(SERVING)
1554 def receive_read_request(self, pkt):
1555 if SMB2_Read_Request in pkt:
1556 raise self.SERVING().action_parameters(pkt)
1557
1558 @ATMT.action(receive_read_request)
1559 def send_read_response(self, pkt):

Callers

nothing calls this directly

Calls 2

SERVINGMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected