You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CIFSv1/v2 implementation does not perform conversion of Request/Responce messages' fields from LE encoding(native CIFS representation in traffic) to host encoding (on BE platforms).
As result, values of Request/Responce messages' fields are wrong.
The problem is that unconverted values are available via API for plugins.
Affected components:
third-party plug-ins
PrintAnalyzer
The text was updated successfully, but these errors were encountered:
pkarneliuk
changed the title
CIFSv1 and CIFSv2 parsing does not work correct on BE platforms
CIFSv1 and CIFSv2 parsing do not work correct on BE platforms
Jul 31, 2016
The CIFSv1/v2 implementation does not perform conversion of Request/Responce messages' fields from LE encoding(native CIFS representation in traffic) to host encoding (on BE platforms).
As result, values of Request/Responce messages' fields are wrong.
Currently it is hotfixed via special conversion NST::API::SMBv2::pc_to_net.
The problem is that unconverted values are available via API for plugins.
Affected components:
The text was updated successfully, but these errors were encountered: