ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 65d9c47: plugins: Minor interface improvement

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Aug 2018 19:56:18 +0000
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