Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIFSv1 and CIFSv2 parsing do not work correct on BE platforms #9

Open
pkarneliuk opened this issue Jul 6, 2015 · 0 comments
Open

Comments

@pkarneliuk
Copy link
Member

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant