nfstrace icon indicating copy to clipboard operation
nfstrace copied to clipboard

CIFSv1 and CIFSv2 parsing do not work correct on BE platforms

Open pkarneliuk opened this issue 10 years ago • 0 comments

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

pkarneliuk avatar Jul 06 '15 12:07 pkarneliuk