MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / SMB2CloseResponse

Class SMB2CloseResponse

pager_lib/smb/smb2_structs.py:656–664  ·  view source on GitHub ↗

References: =========== - [MS-SMB2]: 2.2.16

Source from the content-addressed store, hash-verified

654
655
656class SMB2CloseResponse(Structure):
657 """
658 References:
659 ===========
660 - [MS-SMB2]: 2.2.16
661 """
662
663 def decode(self, message):
664 assert message.command == SMB2_COM_CLOSE
665
666
667class SMB2QueryDirectoryRequest(Structure):

Callers 1

_decodeCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected