Wireshark-commits: [Wireshark-commits] master feb47cf: Start exposing the filter field of a tap lis

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

Commits:

feb47cf by Michael Mann (mmann78@xxxxxxxxxxxx):

    Start exposing the filter field of a tap listener to the RTP GUI APIs.
    
    A tap listener has the ability to apply a filter (typically the display filter).  Add a parameter to RTP GUI API functions to allow them to pass in a filter.
    
    Bug: 996
    Change-Id: Ib184dfb023be5d1d24a0d842b4039311426b5293
    Reviewed-on: https://code.wireshark.org/review/8468
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  713ed3f   Fixed Modbus RTU Serial message direction detection.
    adds  feb47cf   Start exposing the filter field of a tap listener to the RTP GUI APIs.


Summary of changes:
 ui/gtk/iax2_analysis.c      |    2 +-
 ui/gtk/rtp_analysis.c       |    2 +-
 ui/gtk/rtp_stream_dlg.c     |    6 ++++--
 ui/qt/rtp_stream_dialog.cpp |    4 ++--
 ui/rtp_stream.c             |   12 ++++++------
 ui/rtp_stream.h             |    4 ++--
 6 files changed, 16 insertions(+), 14 deletions(-)