Wireshark-commits: [Wireshark-commits] master ed62685: socketcan: Dissect error frames
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ed62685b862253bbad18f961dc9b61fafaef61e5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
ed62685 by Maksim Salau (maksim.salau@xxxxxxxxx):
socketcan: Dissect error frames
Error frames are not seen on a bus, but are fake frames reported by CAN
subsystem or a driver in order to indicate a problem.
Format of error frames is defined in the Linux kernel header:
linux/can/error.h
Bug: 15515
Change-Id: I0afd14ef7a9ff6ad48874ef5f1364d31645d540c
Reviewed-on: https://code.wireshark.org/review/32062
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from a8df0c0 Expanding Bluetooth Mesh Profile dissector
add ed62685 socketcan: Dissect error frames
Summary of changes:
epan/dissectors/packet-socketcan.c | 509 +++++++++++++++++++++++++++++++++++--
epan/dissectors/packet-socketcan.h | 14 +
2 files changed, 499 insertions(+), 24 deletions(-)