On Thu, Jul 28, 2016 at 01:19:43PM +0200, Michal Privoznik wrote:
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(a)redhat.com>
---
tools/wireshark/src/packet-libvirt.c | 10 ++++++++++
1 file changed, 10 insertions(+)
ACK, fixes it for me and works on fedora, so I'd say this is safe for
freeze as well.