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

Method receive_logoff_request

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

Source from the content-addressed store, hash-verified

824
825 @ATMT.receive_condition(SERVING)
826 def receive_logoff_request(self, pkt):
827 if SMB2_Session_Logoff_Request in pkt:
828 raise self.NEGOTIATED().action_parameters(pkt)
829
830 @ATMT.action(receive_logoff_request)
831 def send_logoff_response(self, pkt):

Callers

nothing calls this directly

Calls 2

NEGOTIATEDMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected