[PATCH 0/2] wireshark: Fix build with newer wireshark

Michal Privoznik mprivozn at redhat.com
Mon Nov 29 10:35:48 UTC 2021


I've started seeing a build failure on rawhide because of new wireshark
(3.6.0). The problem is that wmem_alloc() function which we use was
removed from public symbols starting with the 3.6.0 release in favor of
wmem_new(). However, as I was looking at the code I realized that
wireshark already has a function for what our code does and decided to
drop our implementation in favor of wireshark's.

Michal Prívozník (2):
  wireshark: Switch to tvb_bytes_to_str()
  wireshark: Drop needless comment in dissect_xdr_bytes()

 tools/wireshark/src/packet-libvirt.c | 32 +++++++---------------------
 1 file changed, 8 insertions(+), 24 deletions(-)

-- 
2.32.0




More information about the libvir-list mailing list