libvirt/tools/wireshark
luoyaoming 8b3c05d44f Import Upstream version 10.0.0 2024-05-17 12:43:23 +08:00
..
samples Import Upstream version 8.5.0 2022-11-08 17:23:04 +08:00
src Import Upstream version 10.0.0 2024-05-17 12:43:23 +08:00
util Import Upstream version 8.5.0 2022-11-08 17:23:04 +08:00
README.rst Import Upstream version 8.5.0 2022-11-08 17:23:04 +08:00
meson.build Import Upstream version 8.5.0 2022-11-08 17:23:04 +08:00

README.rst

=====
About
=====

This is the project of Google Summer of Code 2013 accepted by QEMU.org and
libvirt community.  The goal of this project is, provide Wireshark dissector for
Libvirt RPC protocol. It will provide Libvirt packet overview/detail analysing
in Wireshark. Furthermore, it will be able to build(generated) from RPC protocol
definition placed in Libvirt source tree to support latest protocol
specification.

See also:

* https://www.google-melange.com/gsoc/project/google/gsoc2013/kawamuray/7001
* https://wiki.qemu.org/Features/LibvirtWiresharkDissector


Installation
=============

Run ``./configure`` with ``--with-wireshark-dissector`` option enabled.
Then dissector will compiled with libvirt itself.

Add/Remove protocol from dissector's support
--------------------------------------------

Modify argument ``input`` in ``tools/wireshark/src/libvirt/meson.build``.

Changing installation directory
-------------------------------

You can change installation directory of pluggable shared
object(``libvirt.so``) by specifying ``--with-ws-plugindir=<path>``.

You can install ``libvirt.so`` into your local wireshark plugin directory:

::

  $ ./configure --with-wireshark-dissector \
                --with-ws-plugindir=$HOME/.wireshark/plugins