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

Method received_negotiate_smb2

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

Source from the content-addressed store, hash-verified

629
630 @ATMT.receive_condition(NEGOTIATED)
631 def received_negotiate_smb2(self, pkt):
632 if SMB2_Negotiate_Protocol_Request in pkt:
633 raise self.NEGOTIATED().action_parameters(pkt)
634
635 @ATMT.action(received_negotiate_smb2)
636 def on_negotiate_smb2(self, pkt):

Callers

nothing calls this directly

Calls 2

NEGOTIATEDMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected