]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: contrib: Make the wireshark peers dissector compile for more distribs.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 19 Jan 2021 13:33:24 +0000 (14:33 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 19 Jan 2021 14:22:35 +0000 (15:22 +0100)
commitaab6f7c3e642aa5e298a9d8765b5063abf518bfb
tree25f62936ef17a1be137831c6dfce5bd7a65b4e6d
parent2b0ba54ddb7d555bd0116eb8278b37ac409e7779
MINOR: contrib: Make the wireshark peers dissector compile for more distribs.

With a 2.6.8 wireshark, this module could not compile because of ws_version.h
missing header. This patch offers the possibility to compile this plugin without
having to include this header. Furthermore with my wireshark version a
"plugin_release" object is required to make it be loaded by wireshark. This is
a string which seems to have to match a dotted string made of you wireshark
major and minor versions.
contrib/wireshark-dissectors/peers/Makefile
contrib/wireshark-dissectors/peers/README
contrib/wireshark-dissectors/peers/packet-happp.c