ZerBea / hcxtools

A small set of tools to convert packets from capture files to hash files for use with Hashcat or John the Ripper.
MIT License
1.99k stars 389 forks source link

cast with typedefs instead of struct #293

Closed neheb closed 1 year ago

neheb commented 1 year ago

In C++, you can use the name directly. In C, the typedef needs to be used.

ZerBea commented 1 year ago

That "struct_s" is a dinosaur. It is already removed in hcxdumptool and sooner or later I'm going to remove it in hcxtools. too.