nfstrace
nfstrace copied to clipboard
CIFSv1 and CIFSv2 parsing do not work correct on BE platforms
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:
- third-party plug-ins
- PrintAnalyzer