Wireshark mailing list archives

Re: [Wireshark-commits] master 7ced085: emem is dead! Long live wmem!


From: Alexis La Goutte <alexis.lagoutte () gmail com>
Date: Wed, 4 Feb 2015 16:20:03 +0100

On Wed, Feb 4, 2015 at 4:04 PM, Evan Huus <eapache () gmail com> wrote:

Woohoo!

+1 :-)

Big Thanks Michael !


On Wed, Feb 4, 2015 at 2:00 AM, Wireshark code review
<code-review-do-not-reply () wireshark org> wrote:
URL:
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ced085550d030ea10525d650c8d5d8dc7c99684
Submitter: Anders Broman (a.broman58 () gmail com)
Changed: branch: master
Repository: wireshark

Commits:

7ced085 by Michael Mann (mmann78 () netscape net):

    emem is dead! Long live wmem!

    Change-Id: Iddd1200e62bf3200cb1a68408378dd9d47120b77
    Reviewed-on: https://code.wireshark.org/review/6939
    Reviewed-by: Michael Mann <mmann78 () netscape net>
    Petri-Dish: Michael Mann <mmann78 () netscape net>
    Reviewed-by: Evan Huus <eapache () gmail com>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply () wireshark org>
    Reviewed-by: Anders Broman <a.broman58 () gmail com>


Actions performed:

    from  90a76e0   Convert val_to_str -> val_to_str_wmem.
    adds  7ced085   emem is dead! Long live wmem!


Summary of changes:
 debian/libwireshark0.symbols |    4 -
 doc/Makefile.am              |    1 -
 doc/README.malloc            |   92 -----
 epan/CMakeLists.txt          |    1 -
 epan/Makefile.common         |    2 -
 epan/emem.c                  |  800
------------------------------------------
 epan/emem.h                  |  118 -------
 epan/epan.c                  |    8 +-
 epan/packet.c                |   19 -
 epan/reassemble_test.c       |    4 -
 epan/value_string.c          |    1 -
 tools/checkAPIs.pl           |    4 -
 12 files changed, 1 insertion(+), 1053 deletions(-)
 delete mode 100644 doc/README.malloc
 delete mode 100644 epan/emem.c
 delete mode 100644 epan/emem.h

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <
wireshark-commits () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request () wireshark org
?subject=unsubscribe
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org
?subject=unsubscribe

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: