Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master bcba9ba: Add API to expose "expert info" summary.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Sep 2015 04:45:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcba9ba0d3341e3ad1c506d7dd9c762e5129a9b0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bcba9ba by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add API to expose "expert info" summary.
    
    This is intended for use in expert_add_info_format or proto_tree_add_expert_format to get the "base" string to then append additional information, but I'm sure other uses can be found.
    Similar to some of the proto_get_xxx APIs, but still only "create as needed".
    
    Change-Id: Ib76e6ed557c2ae41e0a40957a9efa4bf485909da
    Reviewed-on: https://code.wireshark.org/review/10420
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  44a0baf   Don't try to decrypt with an AES key shorter than 128 bits.
    adds  bcba9ba   Add API to expose "expert info" summary.


Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/expert.c                |   14 ++++++++++++++
 epan/expert.h                |    7 +++++++
 3 files changed, 22 insertions(+)