hashcat/hashcat-utils

cap2hccapx: Input cap file limitation

barde opened this issue · 2 comments

barde commented

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.

I have similar issue. File is 5.4G.

Found this temporary solution. Split each file to 1Gb.
https://www.wireshark.org/lists/wireshark-users/200908/msg00012.html