Wireshark-commits: [Wireshark-commits] master e0aabd9: Convert more time_to_str functions to wmem

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Jun 2014 19:11:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0aabd97d8dc70fb037f487a31268cee15aed445
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e0aabd9 by Evan Huus (eapache@xxxxxxxxx):

    Convert more time_to_str functions to wmem
    
    Change-Id: Ibaae0e79935dc62f12f713f2df5b57d0f3f799b9
    Reviewed-on: https://code.wireshark.org/review/2254
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  9301c5b   NEWS was updated again
    adds  e0aabd9   Convert more time_to_str functions to wmem


Summary of changes:
 epan/dissectors/packet-bootp.c |    2 +-
 epan/dissectors/packet-ipmi.c  |    2 +-
 epan/dissectors/packet-sctp.c  |    2 +-
 epan/ftypes/ftype-time.c       |   26 +++++++++++++++++++++++---
 epan/proto.c                   |   22 ++++++++++++++--------
 epan/to_str.c                  |   36 ++++++++++++++++++------------------
 epan/to_str.h                  |    4 ++--
 7 files changed, 60 insertions(+), 34 deletions(-)