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

Method receive_set_info_request

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

Source from the content-addressed store, hash-verified

1511
1512 @ATMT.receive_condition(SERVING)
1513 def receive_set_info_request(self, pkt):
1514 if SMB2_Set_Info_Request in pkt:
1515 raise self.SERVING().action_parameters(pkt)
1516
1517 @ATMT.action(receive_set_info_request)
1518 def send_set_info_response(self, pkt):

Callers

nothing calls this directly

Calls 2

SERVINGMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected