libvirt/tools/wireshark/src
Michal Privoznik ec91064169 wireshark: Adapt to tvb_new_subset() rename
In Wireshark commit of 7cd6906056922e4b8 (contained in v2.4.0)
the tvb_new_subset() function was renamed to
tvb_new_subset_length_caplen(). However, we can take the extra
step and rename to tvb_new_subset_remaining() directly (see
Wireshark commit 0ecfc7280cf3d7). The reasoning is that there is
no other protocol in the packet than libvirt. Therefore, from the
point that libvirt dissector takes over till the end of the
packet it's all libvirt packet.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
2017-07-18 15:37:38 +02:00
..
packet-libvirt.c wireshark: Adapt to tvb_new_subset() rename 2017-07-18 15:37:38 +02:00
packet-libvirt.h Teach wireshark plugin about VIR_NET_STREAM_HOLE 2017-05-18 07:42:13 +02:00