We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
The code introduced here ignores the length of the data as expressed in the header:
tcpflow/src/tcpdemux.cpp
Line 748 in 6fd956d
The previous code was right.
In our use case, there 2 to 6 bytes of padding introduced by some hardware (router or such).
The new code pushes this code to the data, it provokes tons of warnings and strange errors. Regards
The text was updated successfully, but these errors were encountered:
sorry duplicate of #249
Sorry, something went wrong.
No branches or pull requests
Hello
The code introduced here ignores the length of the data as expressed in the header:
tcpflow/src/tcpdemux.cpp
Line 748 in 6fd956d
The previous code was right.
In our use case, there 2 to 6 bytes of padding introduced by some hardware (router or such).
The new code pushes this code to the data, it provokes tons of warnings and strange errors.
Regards
The text was updated successfully, but these errors were encountered: