libvirt/tools/wireshark
2014-03-25 14:58:41 +01:00
..
samples Add sample output of Wireshark dissector 2014-01-20 17:10:00 +01:00
src Indent top-level labels by one space in tools/ 2014-03-25 14:58:41 +01:00
util maint: Fix minor typo (unkown) 2014-02-26 10:36:42 -07:00
Makefile.am build: Fix 'make rpm' in VPATH with wireshark 2014-02-04 10:57:21 +01:00
README.md

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:

Installation

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

Add/Remove protocol from dissector's support

Modify variable WS_DISSECTOR_PROTO_FILES in tools/wireshark/src/Makefile.am.

Changing installation directory

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

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

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