Wireshark-commits: [Wireshark-commits] master bff6952: Don't throw an exception when doing the payl
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 07 May 2019 19:24:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bff6952e0ecbf686268993521fd98e3d65c0c0b0
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bff6952 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't throw an exception when doing the payload type heuristics.
    
    In the heuristics, don't fetch fields unless we're sure they're
    available in the captured packet data.
    
    Change-Id: I56ca1675aee13fe1629f02903573a392459d4846
    Reviewed-on: https://code.wireshark.org/review/33102
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2991770   SysEx: Split DigiTech commands dissection
     add  bff6952   Don't throw an exception when doing the payload type heuristics.


Summary of changes:
 epan/dissectors/packet-fr.c | 138 +++++++++++++++++++++++---------------------
 1 file changed, 72 insertions(+), 66 deletions(-)