Wireshark-commits: [Wireshark-commits] master e727ecf: Don't discard unknown coloring rules.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 29 Jul 2016 03:58:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e727ecf5e302c9f765d0038b234e6775fb4ca45b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e727ecf by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Don't discard unknown coloring rules.
    
    When processing the colorfilters file, keep and disable unknown coloring
    rules instead of skipping over and discarding them. This should
    hopefully keep people from losing the standard "Checksum Errors" rule
    (and it's less rude in general).
    
    Change-Id: I21796c25045d9dbf7612238ce3d27b613f1ec75f
    Reviewed-on: https://code.wireshark.org/review/16673
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  485bc45   extcap: Restore functionality for options
    adds  e727ecf   Don't discard unknown coloring rules.


Summary of changes:
 epan/color_filters.c            |    4 ++--
 ui/qt/coloring_rules_dialog.cpp |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)