Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Question regarding emem -> wmem conversion

From: Dario Lombardo <dario.lombardo.ml@xxxxxxxxx>
Date: Fri, 13 Sep 2013 10:39:08 +0200
Thanks for your description.

On Thu, Sep 12, 2013 at 11:46 PM, Joerg Mayer <jmayer@xxxxxxxxx> wrote:
Here is what I do (now) - I'm on Linux:
- cd epan/dissectors/
- Pick a letter from the alphabet.
- grep emem.h packet-<letter>*.c
- ../../tools/checkAPI.pl -g emem packet-<letter>*.c

../../tools/checkAPIs.pl -g emem packet-cdp.c 
packet-cdp.c: found 69 useless add_text() vs. 76 add_<something else>() calls (90.79%)

What should be done for that? Is that related to emem?