Wireshark-commits: [Wireshark-commits] master 3026652: tools: add a Gtk/GNOME suppression file.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Feb 2017 12:42:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30266527aacf4b3cbc7d07a0c56a8ba100b19f49
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3026652 by Dario Lombardo (lomato@xxxxxxxxx):

    tools: add a Gtk/GNOME suppression file.
    
    As described here https://wiki.gnome.org/Valgrind valgrind can be
    tuned for Gtk/GNOME (glib) software by this official (or so) suppression
    file. Add it to the standard valgrind script to reduce the output
    for those functions out of Wireshark scope.
    
    Change-Id: I5dbc91ce82a890c9c02b624289ced96909be5f84
    Reviewed-on: https://code.wireshark.org/review/19910
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  efb5c15   Qt: Add extcap placeholder parameter
    adds  3026652   tools: add a Gtk/GNOME suppression file.


Summary of changes:
 tools/gtk.suppression       |  294 +++++++++++++++++++++++++++++++++++++++++++
 tools/valgrind-wireshark.sh |    1 +
 2 files changed, 295 insertions(+)
 create mode 100644 tools/gtk.suppression