MINOR: contrib: make the peers wireshark dissector a plugin
authorWilliam Lallemand <wlallemand@haproxy.com>
Sat, 25 Apr 2020 20:03:29 +0000 (22:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 May 2020 10:13:12 +0000 (12:13 +0200)
commitde9cd8f966abb378bac520829bdd0c9619052e7a
tree2718f7680e7fd63cefb18bf7c6089df2963ed0d1
parent9e57387dfb7d11bdf4c95c7c7ffcd2f9059380c6
MINOR: contrib: make the peers wireshark dissector a plugin

The wireshark dissector could only be build within wireshark, which
means maintaining a wireshark binary just for this dissector. It was not
really convenient to update wireshark because of this.

This patch converts the dissector into a .so plugin which is built with
the .h found in distributions instead of the whole wireshark sources.

(cherry picked from commit 2be58f758402010f35d67279bec7125c9665e936)
Signed-off-by: Willy Tarreau <w@1wt.eu>
contrib/wireshark-dissectors/peers/Makefile [new file with mode: 0644]
contrib/wireshark-dissectors/peers/README
contrib/wireshark-dissectors/peers/packet-happp.c