ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master a0814af: sharkd: Return frame's color-filter colors

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 04 Aug 2018 13:26:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a0814af296aa597867125a75094c7d7cfb1b045d
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a0814af by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):

    sharkd: Return frame's color-filter colors
    
    Return color-filter bg/fg colors for single frame if requested.
    Also return marked/ignored fields for frame.
    
    Change-Id: I4480b733f54991c72bea1664fa6e7337812e6231
    Reviewed-on: https://code.wireshark.org/review/28304
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    

Actions performed:

    from  49aef5b   at: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
     add  a0814af   sharkd: Return frame's color-filter colors


Summary of changes:
 sharkd.c         | 19 ++++++++++++++-----
 sharkd.h         |  8 +++++++-
 sharkd_session.c | 34 ++++++++++++++++++++++++++++------
 3 files changed, 49 insertions(+), 12 deletions(-)