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

Method continue_smb2

scapy/layers/smbclient.py:246–249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

244
245 @ATMT.condition(BEGIN)
246 def continue_smb2(self):
247 if self.SMB2: # Directly started in SMB2
248 self.smb_header = DirectTCP() / SMB2_Header(PID=0xFEFF)
249 raise self.SMB2_NEGOTIATE()
250
251 @ATMT.condition(BEGIN, prio=1)
252 def send_negotiate(self):

Callers

nothing calls this directly

Calls 3

SMB2_NEGOTIATEMethod · 0.95
DirectTCPClass · 0.90
SMB2_HeaderClass · 0.90

Tested by

no test coverage detected