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

Class SMB2ProtocolHeaderError

pager_lib/smb/smb_structs.py:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return b.getvalue()
54
55class SMB2ProtocolHeaderError(ProtocolError):
56
57 def __init__(self):
58 ProtocolError.__init__(self, "Packet header belongs to SMB2")
59
60class OperationFailure(Exception):
61

Callers 1

decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected