URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16c91568bb4daf63e536c5b1101f3530c177f21f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
16c9156 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Qt: Color _ANY and _TCP sequence analysis items.
    
    For SEQ_ANALYSIS_ANY, color each sequence diagram item according to its
    associated packet. For SEQ_ANALYSIS_TCP, color each item according to
    its stream.
    
    Bug: 12065
    Change-Id: Ib43490fe55039fbcfa793223b5850233a2694a26
    Reviewed-on: https://code.wireshark.org/review/15651
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  20a4183   Update function block depiction.
    adds  16c9156   Qt: Color _ANY and _TCP sequence analysis items.
Summary of changes:
 epan/color_filters.h       |    7 +++++++
 ui/qt/sequence_diagram.cpp |    5 ++++-
 ui/tap-sequence-analysis.c |    6 +++++-
 ui/tap-sequence-analysis.h |    4 +++-
 4 files changed, 19 insertions(+), 3 deletions(-)