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
[ERR] kws.c:1426 Read frame error because need = -7
It seem that kws->datalen = 9 on line
kws->datalen = 9
libks/src/kws.c
Line 1315 in 6c94460
And the empty binary frame only need 2 bytes.
Finally failed on line
Lines 1422 to 1429 in 6c94460
empty_binary_fram.pcap.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seem that
kws->datalen = 9
on linelibks/src/kws.c
Line 1315 in 6c94460
And the empty binary frame only need 2 bytes.
Finally failed on line
libks/src/kws.c
Lines 1422 to 1429 in 6c94460
empty_binary_fram.pcap.gz
The text was updated successfully, but these errors were encountered: