Wireshark-commits: [Wireshark-commits] master f509a83: Add format_size_wmem
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 02 Dec 2019 05:01:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f509a83381b81b1189ddb2226b12743f5b9f1c79
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f509a83 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add format_size_wmem
    
    It's a "wmem version" of format_size (from wsutil/str_util.h).
    
    Also improved the flexibility in formatting of format_size() to handle future
    needs of format_size_wmem
    
    Ping-Bug: 15360
    Change-Id: Id9977bbd7ec29375bbac955f685d46e75b0cef2c
    Reviewed-on: https://code.wireshark.org/review/31233
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6394553   NSIS: The "Sshdump" option installs Ciscodump as well.
     add  f509a83   Add format_size_wmem


Summary of changes:
 debian/libwireshark0.symbols |  1 +
 epan/strutil.c               |  9 +++++++++
 epan/strutil.h               | 19 +++++++++++++++++++
 wsutil/str_util.c            | 35 ++++++++++++++++++++++-------------
 wsutil/str_util.h            |  5 +++--
 5 files changed, 54 insertions(+), 15 deletions(-)