Wireshark-commits: [Wireshark-commits] master a1f2342: Miscellaneous ep_strdup_printf replacement.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 18 Jan 2015 04:15:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1f2342e13c576ae4899bd11e54d350b1ea23625
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a1f2342 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Miscellaneous ep_strdup_printf replacement.
    
    Change-Id: I973c672e9d573ad67e9b9fd82a5610aaf8a74efa
    Reviewed-on: https://code.wireshark.org/review/6605
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  ef7e8aa   Remove ep_strndup
    adds  a1f2342   Miscellaneous ep_strdup_printf replacement.


Summary of changes:
 epan/addr_resolv.c            |   12 ++++++------
 epan/addr_resolv.h            |    2 +-
 epan/address_to_str.c         |   10 +++++++---
 epan/dissectors/packet-nhrp.c |    4 ++--
 epan/packet.c                 |    4 ++--
 epan/packet.h                 |    2 +-
 epan/print.c                  |   13 ++++++++-----
 ui/gtk/packet_panes.c         |    5 ++++-
 ui/qt/packet_list.cpp         |    5 ++++-
 9 files changed, 35 insertions(+), 22 deletions(-)