Wireshark-commits: [Wireshark-commits] master-1.12 a8c6e07: openSAFETY: Adapt CRC for false-positiv
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Sep 2014 18:05:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8c6e07663dd0a1975ba011040debac4cf146b04
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

a8c6e07 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    openSAFETY: Adapt CRC for false-positives
    
     - There are rare false-positives, where the entire
       frame consists of 0 except the addr and id field,
       which will lead to a correct crc#1 calculation,
       but still to a false-positive detection. This
       patch fixes that
    
     - Two undefinite-loop errors are corrected as well
    
    Change-Id: Ibe5e56e0172ad3a3046bdc024da3711987116e8e
    Reviewed-on: https://code.wireshark.org/review/3918
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit db6f197c962200e0be717b953c0ebe7d7c908bf1)
    Reviewed-on: https://code.wireshark.org/review/3950
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  1dba335   Indicate tshark can read (-r) from stdin and named pipes now.
    adds  a8c6e07   openSAFETY: Adapt CRC for false-positives


Summary of changes:
 epan/dissectors/packet-opensafety.c |  129 +++++++++++++++++++++--------------
 1 file changed, 76 insertions(+), 53 deletions(-)