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

Method received_negotiate

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

Source from the content-addressed store, hash-verified

361
362 @ATMT.receive_condition(BEGIN)
363 def received_negotiate(self, pkt):
364 if SMBNegotiate_Request in pkt:
365 raise self.NEGOTIATED().action_parameters(pkt)
366
367 @ATMT.receive_condition(BEGIN)
368 def received_negotiate_smb2_begin(self, pkt):

Callers

nothing calls this directly

Calls 2

NEGOTIATEDMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected