Wireshark-commits: [Wireshark-commits] master-2.0 0ff85fb: Report failure to compile a filter as an

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

Commits:

0ff85fb 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/17923
    

Actions performed:

    from  756f475   Revert "doc: add the -d (decode as) option to wireshark(1)"
    adds  0ff85fb   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(-)