Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pedantry and other fixes #132

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

noeltimothy
Copy link
Collaborator

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);

@igr001-galactica igr001-galactica merged commit e11fc01 into FoxIO-LLC:main Jun 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants