aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-flexray.h
AgeCommit message (Collapse)AuthorFilesLines
2021-08-31ISO10681: Adding support for ISO10681 (FlexRay ISO TP)Dr. Lars Völker1-4/+14
This patch adds support for the ISO 10681-2 protocol, which is similar to the ISO 15765-2 protocol (see packet-iso15765.c). This patch also add support for registering combined FlexRay IDs to register the new dissector.
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-05-28Flexray: Add heuristic subdissectionLoSmX1-1/+1
Dissector tries heuristic dissectors too. Preference was added determining if heuristic dissectors should be tried first. Change-Id: Ib70ddca9a33b507b8e4ea89aae5b00961b5273e5 Reviewed-on: https://code.wireshark.org/review/33128 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-05-09Flexray: put the flexray_identifier structure into a headerMilos Jovanovic1-0/+37
Subdissector compatibility is enhanced. flexray_identifier structure can now be used by subdissectors. Change-Id: I89f80c03f0f75746fc477d21c3614ae8263cb1b3 Reviewed-on: https://code.wireshark.org/review/33030 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>