]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: s/proto_tree_add_text/proto_tree_add_item/
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 27 Dec 2015 09:43:37 +0000 (10:43 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 11 Jan 2016 16:23:41 +0000 (17:23 +0100)
commitd3ede96d6fc58a4577ae44c5aef832e1aecc53d5
treede51064fa506e9b62b58fda2a6da0d67e286b8d6
parent0a84286d8f3dbcf5c041ffc0a94d3d559e8b7452
wireshark: s/proto_tree_add_text/proto_tree_add_item/

In the wireshark commit e2735ecfdd7a96c they dropped
proto_tree_add_text in favor of proto_tree_add_item. Adapt to
this change.

Moreover, the proto_tree_add_item API is around for ages and we
are already using it anyway. Therefore we don't need to change
required version of wireshark.

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