Wireshark-commits: [Wireshark-commits] master d398471: Add support for ISO 15765-2:2015 jumbo frame
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Feb 2020 06:29:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d398471cb5b1602ac3bb3bb352415d471aa06845
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d398471 by Stefan Tatschner (stefan@xxxxxxxxxxxxxx):

    Add support for ISO 15765-2:2015 jumbo frames
    
    In the case CAN-FD is used as a transport, the header of ISO15765
    changes for first frames (ISO 15765-2:2015). In my previous commit
    "Add support for first frames with CAN-FD" (54010d4093f) I added
    support for *single frames*.
    
    This patch really adds support for ISO 15765-2:2015 first frames, also
    known as jumbo frames. Documentation is available in this presentation,
    on slide 24:
    
    * http://s3.eu-central-1.amazonaws.com/cancia-de/documents/proceedings/slides/hartkopp_slides_15icc.pdf
    
    Change-Id: Ic97a3c71ee1df4d133dbfb04a1c781fa66739cf0
    Reviewed-on: https://code.wireshark.org/review/36189
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1466321   f5ethtrailer: Correctly generate the TLS keylog entries
     add  d398471   Add support for ISO 15765-2:2015 jumbo frames


Summary of changes:
 epan/dissectors/packet-iso15765.c | 39 ++++++++++++++++++++++++++-------------
 1 file changed, 26 insertions(+), 13 deletions(-)