hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

cap2hccapx: Input cap file limitation #34

Open barde opened 7 years ago

barde commented 7 years ago

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.

xflyboy commented 6 years ago

I have similar issue. File is 5.4G.

xflyboy commented 6 years ago

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