Wireshark-commits: [Wireshark-commits] master f5c4d06: Replace some "low hanging fruit" uses of eme

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

Commits:

f5c4d06 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace some "low hanging fruit" uses of emem.
    
    Most of the remaining ep_ uses are grouped with specific functionality.
    
    Change-Id: I8fa64a17acc6bcdcf6891b2d28715ac0c58f1a4a
    Reviewed-on: https://code.wireshark.org/review/6484
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  fdd6554   Rename the FT_BYTES separator types to SEP_ from BASE_.
    adds  f5c4d06   Replace some "low hanging fruit" uses of emem.


Summary of changes:
 epan/asn1.c                        |    7 ++++---
 epan/column-utils.c                |    4 ----
 epan/crypt/airpdcap.c              |   12 +++++++++---
 epan/dissectors/packet-ipsec.c     |    2 +-
 epan/dissectors/packet-k12.c       |    5 ++++-
 epan/dissectors/packet-ssl-utils.c |    4 +++-
 epan/dissectors/packet-ssl.c       |    2 +-
 epan/emem.h                        |    4 ----
 epan/expert.c                      |    4 ++--
 epan/ftypes/ftype-integer.c        |    3 ++-
 epan/proto.c                       |    4 ++--
 ui/cli/tap-diameter-avp.c          |    5 +++--
 ui/gtk/main_menubar.c              |    6 ++++--
 13 files changed, 35 insertions(+), 27 deletions(-)