URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65d9c473f035290b1b076268332c399125f048ca
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
65d9c47 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
plugins: Minor interface improvement
Change the plugin compatibility check to make it more convenient to
define and check the major.minor Wireshark version.
Change-Id: I2a6d2a746682c29504311cce5c457e0a852c3daf
Reviewed-on: https://code.wireshark.org/review/29224
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 0410a52 Regenerate ASN.1 dissectors
add 65d9c47 plugins: Minor interface improvement
Summary of changes:
CMakeLists.txt | 4 ++-
doc/plugins.example/CMakeLists.txt | 3 +--
doc/plugins.example/hello.c | 4 ++-
plugins/epan/stats_tree/stats_tree_plugin.c | 3 ++-
tools/make-plugin-reg.py | 3 ++-
wireshark.pc.in | 1 -
ws_version.h.in | 10 ++++++++
wsutil/plugins.c | 39 +++++++++++++++++++++--------
8 files changed, 50 insertions(+), 17 deletions(-)
create mode 100644 ws_version.h.in