]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Drop glib dependency
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 1 Aug 2016 08:21:04 +0000 (10:21 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 1 Aug 2016 10:02:51 +0000 (12:02 +0200)
commit1045c56c0fcd52d01c229e7ae9581e16387f9d30
tree3575c001b61c0ba8d255b548ad1be47bb7049cf3
parent03c1e0f38f4f7da0ff09bff2560e0230772bdd9d
wireshark: Drop glib dependency

The only function that we currently use from glib is g_sprintf().
That's a very big gun for such small target. Not only that, but
we've silently relied on wireshark dragging in the glib. Replace
the g_sprintf() with plain sprinf() so that we can drop the glib
dependency.

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