URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40eece98f8e6bc9a0a8f0961e43e95f538322aec
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
40eece9 by Stefan Tatschner (stefan@xxxxxxxxxxxxxx):
Change struct can_identifier to can_info
The can specific data structure `struct can_identifier` is used as
supplementary data for higher level dissectors. This patch adds more
data to this struct and renames it accordingly to `struct can_info`.
More supplementary data is needed in order to dissect iso15765
correctly, since the header format depends on details on the underlying
CAN protocol (CAN 2.0B vs CAN-FD).
Change-Id: Id068cf38453f98b67a5ec470a22e7013548c5a14
Reviewed-on: https://code.wireshark.org/review/35246
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from bb70147 doc: add reordercap to editcap references.
add 40eece9 Change struct can_identifier to can_info
Summary of changes:
epan/dissectors/packet-autosar-nm.c | 8 ++--
epan/dissectors/packet-caneth.c | 10 ++---
epan/dissectors/packet-canopen.c | 16 +++----
epan/dissectors/packet-devicenet.c | 50 ++++++++++-----------
epan/dissectors/packet-ieee1722.c | 16 +++----
epan/dissectors/packet-iso15765.c | 8 ++--
epan/dissectors/packet-isobus.c | 38 ++++++++--------
epan/dissectors/packet-j1939.c | 38 ++++++++--------
epan/dissectors/packet-obd-ii.c | 10 ++---
epan/dissectors/packet-socketcan.c | 90 ++++++++++++++++++-------------------
epan/dissectors/packet-socketcan.h | 6 ++-
11 files changed, 146 insertions(+), 144 deletions(-)