URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5a052fb392d0c508eaedf2bcce9ea3dc1a9342b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e5a052f by jfp_martin (john@xxxxxxxxxxxxxxxxxx):
obd-ii: Add support for decoding 29bit query and responses
This patch adds support for decoding 29bit CAN IDs. Much of the
existing code was in place for handling 29bit IDs but lacked the
ability to check for the correct 29bit request and response IDs.
This patch adds that ability and correctly selects for use of either
11bit or 29bit CAN IDs.
Change-Id: I7cf10a56aa93d951c3ffa45734139689b3f3af4c
Reviewed-on: https://code.wireshark.org/review/34297
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from a1b1194 mswsp: check pipe name in case insensitive manner
add e5a052f obd-ii: Add support for decoding 29bit query and responses
Summary of changes:
epan/dissectors/packet-obd-ii.c | 95 +++++++++++++++++++++++++++++++++++------
1 file changed, 82 insertions(+), 13 deletions(-)