commit | 2be58f758402010f35d67279bec7125c9665e936 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Sat Apr 25 22:03:29 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Sun Apr 26 11:29:05 2020 +0200 |
tree | 98382e69e44e3c7a3190bb10af6fb277d30bbd43 | |
parent | c0e2ff202bda535aa60f3dc272ccf19a7b4f5094 [diff] |
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.