On Mon, Nov 29, 2021 at 11:35:48 +0100, Michal Privoznik wrote: > 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(-) > Reviewed-by: Jiri Denemark <jdenemar@xxxxxxxxxx>