FoxIO-LLC / ja4

JA4+ is a suite of network fingerprinting standards
https://foxio.io
Other
774 stars 65 forks source link

Pedantry and other fixes #132

Closed noeltimothy closed 1 week ago

noeltimothy commented 1 week ago

Fixed warnings

/Users/gary/SoftwareProjects/wireshark/ja4/wireshark/build-scripts/wireshark-4.2.0/plugins/epan/ja4/packet-ja4.c:672:51: warning: format specifies type ‘long long’ but the argument has type ‘long’ [-Wformat]
            wmem_strbuf_append_printf(display, “%” PRId64, diff); //(int) latency.nsecs / 100000000);
                              ~~~~~~~~~ ^~~~
/Users/gary/SoftwareProjects/wireshark/ja4/wireshark/build-scripts/wireshark-4.2.0/plugins/epan/ja4/packet-ja4.c:679:53: warning: format specifies type ‘long long’ but the argument has type ‘long’ [-Wformat]
            wmem_strbuf_append_printf(display, “-R%” PRId64, diff); //(int) latency.nsecs / 100000000);