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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux