aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lin.h
AgeCommit message (Collapse)AuthorFilesLines
2021-08-01LIN: Add support for bus specific dissectorsDr. Lars Völker1-1/+4
Since typically multiple LINs are used in parallel the IDs of the small ID space are reused. This patch adds support for handling multiple LIN ID spaces in parallel.
2021-07-14LIN: Adding support for LIN dissectionDr. Lars Völker1-0/+40
This patch adds support for LIN (Local Interconnect Network) as well as support for: - Signal PDUs on LIN - ISO 15765 (ISO TP) on LIN - TECMP transported LIN is handle like LIN LIN is a simple automotive fieldbus to connect for example simple sensors and actuators to an electronic control unit.