aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-socketcan.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-10-19socketcan: use ett_can_fd for CAN FD.Guy Harris1-1/+1
2021-10-14socketcan: support the CANFD_FDF flag for identifying CAN FD frames.Guy Harris1-85/+101
2021-08-06CAN: Add support for multiple CANs in a trace (bus ID)Dr. Lars Völker1-0/+200
2021-07-17can: Optimized column info for better readabilityDeveloper Alexander1-23/+13
2021-07-15can: more specific dissector tables for CAN IDs and extended IDsDeveloper Alexander1-41/+47
2021-01-14CAN: fixed heuristics of CANDr. Lars Völker1-2/+19
2020-08-02libwireshark: define ENC_ANTI_HOST_ENDIAN in epan/proto.h.Guy Harris1-6/+0
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-9/+9
2019-11-28Change struct can_identifier to can_infoStefan Tatschner1-45/+45
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2019-05-07Socketcan: Add heuristic subdissectionLoSmX1-2/+30
2019-02-20socketcan: Dissect error framesMaksim Salau1-24/+485
2019-01-13dissectors: can: Handle CAN id flagsMaksim Salau1-18/+15
2019-01-09dissectors: socketcan: Pass raw ids to dissectorsMaksim Salau1-10/+2
2019-01-09dissectors: socketcan: Fix indentationMaksim Salau1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-26Added the Proconx CAN-ETH protocol dissectorLazar Sumar1-2/+0
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-10/+3
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-17/+1
2017-05-06can: remove duplicated can_identifier struct.Jakub Zawadzki1-9/+1
2016-09-10Fix indentation.Guy Harris1-5/+5
2016-09-10Add Socket CANFD dissector.Michael Mann1-62/+203
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-25Go back to having only one SocketCAN LINKTYPE_ value.Guy Harris1-3/+1
2016-08-19Add a preference to byte-swap the CAN ID field.Guy Harris1-15/+20
2016-08-19Do all data fetching in the appropriate byte order.Guy Harris1-8/+13
2016-08-19Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.Guy Harris1-8/+41
2016-07-23packet-socketcan.c - Add subdissector name to layer list.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-21CAN: Add call to register_dissector in CAN dissectorSebastian Schildt1-0/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-03-19Replace enumerated preference for choosing subdissector with a subdissector t...Michael Mann1-48/+29
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-3/+16
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-2/+2
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-11- Forward declaration of register functions.Anders Broman1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-12-06Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann1-2/+18
2013-12-05Remove non-ASCII characterPascal Quantin1-1/+1
2013-12-05CAN protocols have a CAN ID and up to 8 bytes of data. How the CAN ID and da...Michael Mann1-15/+28