Wireshark-commits: [Wireshark-commits] master 2ee45fe: openSAFETY: Heuristic marks packet as trunca
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Sep 2014 19:45:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ee45fe2daffe10b519dc54699480db1c0a4f5ed
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2ee45fe by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    openSAFETY: Heuristic marks packet as truncated
    
     - There are cases, where the heuristic detection tries
       to access bytes, after a correct openSAFETY frame has
       been detected, leading to "Packet truncated" messages
       in the correct and complete detected packet
    
    Change-Id: Ie389edf82144283ad2c15f0bf975066de01e3409
    Reviewed-on: https://code.wireshark.org/review/4237
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  7c54eb2   ANSI IS-637 A: get rid of tvb_length() deprecated API
    adds  2ee45fe   openSAFETY: Heuristic marks packet as truncated


Summary of changes:
 epan/dissectors/packet-opensafety.c |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)