Wireshark-commits: [Wireshark-commits] master ee80be6: Add the display filter macros dialog.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Aug 2015 01:51:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee80be6dac02979bc10b7c1ccc8735525a983f63
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ee80be6 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add the display filter macros dialog.
    
    Add some missing functionality to UatDialog.
    
    Remove what appears to be unused dfilter macro code.
    
    Change-Id: I8a8d6358523f24d5ddfe953d7741fe9af25d98eb
    Reviewed-on: https://code.wireshark.org/review/10187
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  97014f6   OSPF database packets and OSPF hellos in DC mode are unicast. At least Cisco sends out these packets with a TTL of 1.
    adds  ee80be6   Add the display filter macros dialog.


Summary of changes:
 debian/libwireshark0.symbols |    1 -
 epan/dfilter/dfilter-macro.c |   66 +++---------------------------------------
 epan/dfilter/dfilter-macro.h |   22 +++++++-------
 ui/gtk/macros_dlg.c          |    6 ++--
 ui/qt/main_window.h          |    1 +
 ui/qt/main_window.ui         |    3 --
 ui/qt/main_window_slots.cpp  |   15 +++++++++-
 ui/qt/uat_dialog.cpp         |    7 +++++
 8 files changed, 39 insertions(+), 82 deletions(-)