]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: s/ep_alloc/wmem_alloc/
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 27 Dec 2015 09:49:10 +0000 (10:49 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 11 Jan 2016 16:23:41 +0000 (17:23 +0100)
commit0bfdb9cb2404c23b74edce94de998a24db86d748
treeee4623f380ae956ae112495d97fd3c53ff19dbb6
parentd3ede96d6fc58a4577ae44c5aef832e1aecc53d5
wireshark: s/ep_alloc/wmem_alloc/

In wireshark, they have introduced their own memory allocator
wmem. This means that we need to adapt our code to that change
too. Notably 0ad15f88ccf434e8210ca is the wireshark commit you
want to look at. It's the one where they dropped the old API. The
new allocator has been introduced in 84cc3daa (v1.10.0), however,
was not exposed until 5c05c9e0 (v1.10.0). Since we already are
requiring 1.11.3 or higher no other change is needed.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/wireshark/src/packet-libvirt.c