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
2.03k stars 393 forks source link

macOS build warnings #42

Closed magnumripper closed 6 years ago

magnumripper commented 6 years ago

Haven't had time to dig into it myself.

In file included from hcxpcaptool.c:35:
./include/gzops.c:29:19: warning: missing field 'avail_in' initializer
      [-Wmissing-field-initializers]
z_stream strm = {0};
                  ^
hcxpcaptool.c:3093:70: warning: too many arguments in call to 'process80211reassoc_resp'
                process80211reassoc_resp(tv_sec, tv_usec, caplen, wdsoffset, packet);
                ~~~~~~~~~~~~~~~~~~~~~~~~                                           ^
2 warnings generated.
ZerBea commented 6 years ago

Thanks. Should be fixed (I hope so) with: https://github.com/ZerBea/hcxtools/commit/3e2c69c3604340de460e37a7aea8b9309746e4ea

magnumripper commented 6 years ago

Yup, thanks!