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

DIFI dissector LUA script uses wrong buffer size when parsing data packet header #28

Open
Bastocus opened this issue Dec 14, 2023 · 0 comments

Comments

@Bastocus
Copy link

In function data_pkt_dissector(), the subtree is generated from buffer(0, 27) which I believe should be buffer(0, 28). I am no expert in LUA script but it looks like the second parameter of buffer() is the number of bytes, and not the last byte in the range.

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