]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Replace WIRESHARK_COMPAT with actual version comparison
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Jan 2016 10:26:03 +0000 (11:26 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 11 Jan 2016 16:23:42 +0000 (17:23 +0100)
commit7bcbcd1d93afae77f92a50ce2c286058bccdd58b
tree7ccd66273abfa192d2f9dfc3f3989034ffe005a7
parentfcbae1017a568b748597948d250f15948117d4f8
wireshark: Replace WIRESHARK_COMPAT with actual version comparison

In the upcoming patch we will need yet another #ifdef code block
depending on wireshark version. Instead of defining
WIRESHARK_COMPAT2 or something lets just compare the version
right at the place so that we can clearly see what version broke
API.

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