Wireshark-commits: [Wireshark-commits] master cc15201: helper function to get a payload dissector t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Jul 2019 15:44:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc152014362fa584cfff97cc99afa5822b99af74
Submitter: "Martin Kaiser <wireshark@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cc15201 by Martin Kaiser (wireshark@xxxxxxxxx):

    helper function to get a payload dissector table's current handle
    
    Add a simple helper function to get the dissector handle that's
    currently selected in a given payload dissector table.
    
    We have similar functions already for string and uint dissector tables.
    
    Change-Id: Ia1092fe2b8d038bae2b26db99fd08cd9d6979fcd
    Reviewed-on: https://code.wireshark.org/review/33933
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  1d1679f   Extend epan library plugins with a tap registration callback
     add  cc15201   helper function to get a payload dissector table's current handle


Summary of changes:
 debian/libwireshark0.symbols | 1 +
 epan/packet.c                | 9 +++++++++
 epan/packet.h                | 6 ++++++
 3 files changed, 16 insertions(+)