]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Adapt to dissector function header change
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Jul 2016 08:21:45 +0000 (10:21 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Jul 2016 15:39:03 +0000 (17:39 +0200)
commit98aefa813d04bebf9e5c33da3422e3ba1ef94403
tree8bcaae9ecceac31e25f45bfacde96d1a2022f74e
parent8ad7eceb20b2c08b09689b2c2ab755fc7d0acf16
wireshark: Adapt to dissector function header change

In wireshark commit bbdd89b9 (contained in 2.1.0 release) they
have changed prototype of dissector function. Now it returns
number of bytes consumed by the dissector, and can get a pointer
to user specified data (which we don't use).

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