Wireshark-commits: [Wireshark-commits] master 9edba65: Use g_ alloced memory (instead of emem) when

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 May 2014 04:31:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9edba650d11776fa1d5aefe4820890898380c1c2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9edba65 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Use g_ alloced memory (instead of emem) when printing fields.  emem shouldn't be used for GUI functions.
    
    emem was exposed because of its memory limits trying to output PDML for a very large byte field in a capture file.
    
    bug:10081
    Change-Id: I6346dfdfb5f6381e16761a99291c4be7851185d9
    Reviewed-on: https://code.wireshark.org/review/1566
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f5a0d7e   Try to fix the build boot by changing the signature of catapult_dct2000_dump() to the declared one.
    adds  9edba65   Use g_ alloced memory (instead of emem) when printing fields.  emem shouldn't be used for GUI functions.


Summary of changes:
 epan/print.c                |   34 +++++++++++++++-------------------
 epan/print.h                |    2 +-
 ui/gtk/main.c               |    5 +++--
 ui/qt/main_window_slots.cpp |    4 +++-
 4 files changed, 22 insertions(+), 23 deletions(-)