Wireshark-commits: [Wireshark-commits] rev 53792: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 05 Dec 2013 03:36:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53792

User: mmann
Date: 2013/12/05 03:36 AM

Log:
 CAN protocols have a CAN ID and up to 8 bytes of data.  How the CAN ID and data are presented is the responsibility of the previous layer.  Make the interface be passing the CAN ID in dissector data and have the (up to) 8 bytes be the tvb.  CAN protocols should treat the CAN ID as "generated" data.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +49 -57    packet-canopen.c      Modified
  +28 -15    packet-socketcan.c    Modified