]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Fix header of get_message_len()
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 27 Dec 2015 10:00:22 +0000 (11:00 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 11 Jan 2016 16:23:42 +0000 (17:23 +0100)
commit4f477785915fcbf0c5d02463e3bd7f47646074a8
tree7520b1486ee1de30a8a2af528ecd06a814180fba
parent7bcbcd1d93afae77f92a50ce2c286058bccdd58b
wireshark: Fix header of get_message_len()

In wireshark commit ceb8d954 (v1.99.2) they have changed the
signature of a function that determines how long a libvirt packet
is. Now it accepts a void pointer for passing data into the
function. Well, this is nice, but we don't need it right now.
Anyway, we have to change our code.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/wireshark/src/packet-libvirt.c