]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Provide registration code for newer wireshark
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 8 Feb 2019 09:36:43 +0000 (10:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Feb 2019 08:22:59 +0000 (09:22 +0100)
commit4c22fd717baf54715320142cab670fe92935aa86
tree71cf2b54af67a4fb8527a77e8fa390f557f3f588
parenta87a75e579350329ae9fe51c5820d6abbdc73bac
wireshark: Provide registration code for newer wireshark

As advertised in previous commits, wireshark has changed the way
that plugins register. In fact, it has done so two times since
the last time we've touched our code (wireshark v2.5.0 and
v2.9.0). Use the wireshark script from respective releases to
generate newer registration callbacks and put them into our code.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tools/wireshark/src/plugin.c