]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce Libvirt Wireshark dissector
authorYuto KAWAMURA(kawamuray) <kawamuray.dadada@gmail.com>
Wed, 15 Jan 2014 17:06:58 +0000 (02:06 +0900)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 20 Jan 2014 16:09:41 +0000 (17:09 +0100)
commit4f32c5f793a5e300984fd826c14775d4932dfaa6
tree02a5f17ce79aa2cebaaa613d8c4a9f47ef166d84
parenta1cbe4b5a944ef1d9e04f11b7d1efcec2a503bc8
Introduce Libvirt Wireshark dissector

Introduce Wireshark dissector plugin which adds support to Wireshark
for dissecting libvirt RPC protocol.
Added following files to build Wireshark dissector from libvirt source
tree.
* tools/wireshark/*: Source tree of Wireshark dissector plugin.

Added followings to configure.ac or Makefile.am.
configure.ac
* --with-wireshark-dissector: Enable support for building Wireshark
  dissector.
* --with-ws-plugindir: Specify wireshark plugin directory that dissector
  will installed.
* Added tools/wireshark/{Makefile,src/Makefile} to  AC_CONFIG_FILES.
Makefile.am
* Added tools/wireshark/ to SUBDIR.
.gitignore
Makefile.am
cfg.mk
configure.ac
tools/wireshark/Makefile.am [new file with mode: 0644]
tools/wireshark/README.md [new file with mode: 0644]
tools/wireshark/src/Makefile.am [new file with mode: 0644]
tools/wireshark/src/packet-libvirt.c [new file with mode: 0644]
tools/wireshark/src/packet-libvirt.h [new file with mode: 0644]
tools/wireshark/util/genxdrstub.pl [new file with mode: 0755]
tools/wireshark/util/make-dissector-reg [new file with mode: 0755]