Wireshark-commits: [Wireshark-commits] master d7be846: Fix endianness of CAN-ETH CAN packet
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Feb 2018 18:19:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7be8465b9defa2a54946892dbc389d222ad2d1f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7be846 by Lazar Sumar (bugzilla@xxxxxxxxxxx):

    Fix endianness of CAN-ETH CAN packet
    
    The CAN-ETH protocol explicitly states that the CAN identifiers are
    transmitted in little-endian order, and the dissector now decodes it as
    little-endian rather than host-endian.
    
    Change-Id: I92c44b809caace31726e0d355363355eb32efa3e
    Reviewed-on: https://code.wireshark.org/review/25549
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  142c035   Qt: Show Lua scripts as links in the about box.
    adds  d7be846   Fix endianness of CAN-ETH CAN packet


Summary of changes:
 epan/dissectors/packet-caneth.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)