Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
class
SMB2ProtocolHeaderError(ProtocolError):
56
57
def
__init__(self):
58
ProtocolError.__init__(self,
"Packet header belongs to SMB2"
)
59
60
class
OperationFailure(Exception):
61
Callers
1
decode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected