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.
Haven't had time to dig into it myself.