Wireshark-commits: [Wireshark-commits] master 232e747: Use faster wmem_str* functions in a few plac

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 2 Apr 2016 18:31:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=232e7474e60fb3cdaf89ad8306c5590e046e9888
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

232e747 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Use faster wmem_str* functions in a few places.
    
    Use wmem_strdup and wmem_strconcat instead of wmem_strdup_printf.
    
    This shaves a small amount of time off of register_all_protocols on
    Windows according to the Visual Studio profiler.
    
    Change-Id: Ib6991e8de5b4fc30e960c513a3028c09dfe6a0a4
    Reviewed-on: https://code.wireshark.org/review/14770
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9328eb6   androiddump: Register interfaces when list interfaces
    adds  232e747   Use faster wmem_str* functions in a few places.


Summary of changes:
 epan/dissectors/packet-diameter.c |    4 ++--
 epan/dissectors/packet-erf.c      |   24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)