]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Fix dissector for quad types
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 7 Mar 2022 09:08:49 +0000 (10:08 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 7 Mar 2022 11:37:54 +0000 (12:37 +0100)
commit89cc0ffdeb23d6524f0c6729df0801894a04ddc0
tree8b1278fd9b27f6f0be0f4c6c43c2dc71cd80b692
parentca6122d237e39353970b7e1921c8375f265a851f
wireshark: Fix dissector for quad types

This uses the right type that is expected to make it work even on platforms
where gint64 != quad_t.

Due to indentation changes it is best to view this patch with -w.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tools/wireshark/src/packet-libvirt.c