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

Method receive_close_request

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

Source from the content-addressed store, hash-verified

1577
1578 @ATMT.receive_condition(SERVING)
1579 def receive_close_request(self, pkt):
1580 if SMB2_Close_Request in pkt:
1581 raise self.SERVING().action_parameters(pkt)
1582
1583 @ATMT.action(receive_close_request)
1584 def send_close_response(self, pkt):

Callers

nothing calls this directly

Calls 2

SERVINGMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected