aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso15765.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-15iso15765: Fix Dead StoreAlexis La Goutte1-1/+0
2020-02-28Add support for ISO 15765-2:2015 jumbo framesStefan Tatschner1-13/+26
2019-11-29Add support for first frames with CAN-FDStefan Tatschner1-17/+29
2019-11-28Change struct can_identifier to can_infoStefan Tatschner1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2019-01-13dissectors: can: Handle CAN id flagsMaksim Salau1-5/+11
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-4/+4
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-8/+2
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-21/+2
2017-05-06can: remove duplicated can_identifier struct.Jakub Zawadzki1-7/+2
2017-02-02iso15765: convert GHashTable to wmem_map.Dario Lombardo1-18/+5
2017-01-29Register reassembly tablesMichael Mann1-3/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-18iso15765: fix no previous prototype for 'proto_register_iso15765/proto_reg_ha...Alexis La Goutte1-0/+3
2016-08-06ios15765: tree is used, remove the _U_Martin Kaiser1-1/+1
2016-08-04Add ISO15765 dissectorYann Diorcet1-0/+643