Wireshark-commits: [Wireshark-commits] master 2ff3278: epan: Make proto_tree_add_oid* usable from D
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 Nov 2019 16:43:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ff32787c5a53ed7b3f8645ae11c15e1390c4fc3
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2ff3278 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    epan: Make proto_tree_add_oid* usable from DLLs.
    
    Prefix proto_tree_add_oid, proto_tree_add_oid_format_value, and
    proto_tree_add_oid_format with WS_DLL_PUBLIC.
    
    Change-Id: Ia3fa8fb762869bb1afa1c1f57a3a5f02aa126a3f
    Reviewed-on: https://code.wireshark.org/review/35018
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  59ab98a   mptcp: correctly parse v1 MP_CAPABLE handshake
     add  2ff3278   epan: Make proto_tree_add_oid* usable from DLLs.


Summary of changes:
 debian/libwireshark0.symbols | 3 +++
 epan/proto.h                 | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)