Wireshark-commits: [Wireshark-commits] master-2.2 383d524: Report failure to compile a filter as an

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Sep 2016 18:04:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=383d5242ce66cdf1d4a3b23af72f2a534e24fc56
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

383d524 by Guy Harris (guy@xxxxxxxxxxxx):

    Report failure to compile a filter as an error.
    
    The NCP dissector relies on those filters being compiled, and we end up
    doing a g_assert() anyway; use g_error() to make sure the error gets
    printed.
    
    Change-Id: Ibc20407c1c08f0baaa626f269e9552ae11b36083
    Ping-Bug: 12945
    Reviewed-on: https://code.wireshark.org/review/17921
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 79ae8c1d07fe777a175269ed49d2adee9c1d575b)
    Reviewed-on: https://code.wireshark.org/review/17922
    

Actions performed:

    from  85abe17   [Automatic update for 2016-09-25]
    adds  383d524   Report failure to compile a filter as an error.


Summary of changes:
 epan/dissectors/packet-ncp2222.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)