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
When using large cap files for translating into the hccapx format I get errors:
$ cap2hccapx test.cap test.hccapx test.cap: Value too large for defined data type
test.cap is around 3.3 GB. The binary was compiled from latest source.
The text was updated successfully, but these errors were encountered:
I have similar issue. File is 5.4G.
Sorry, something went wrong.
Found this temporary solution. Split each file to 1Gb. https://www.wireshark.org/lists/wireshark-users/200908/msg00012.html
No branches or pull requests
When using large cap files for translating into the hccapx format I get errors:
$ cap2hccapx test.cap test.hccapx
test.cap: Value too large for defined data type
test.cap is around 3.3 GB. The binary was compiled from latest source.
The text was updated successfully, but these errors were encountered: