aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uds.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-08-31ISO10681: Adding support for ISO10681 (FlexRay ISO TP)Dr. Lars Völker1-0/+11
2021-08-30DoIP/ISO15765/UDS: Passing addresses to UDS to refine lookupDr. Lars Völker1-57/+134
2021-07-21First pass pinfo->pool conversionEvan Huus1-9/+9
2021-05-26Make some functions and vars staticMartin Mathieson1-8/+8
2021-05-14UDS: Adding support for Routine ID and Data ID resolutionDr. Lars Völker1-13/+273
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-1/+1
2019-12-06UDS: fix uds.rdbi.data_identifier filter lengthPascal Quantin1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-06-05UDS: Add Transfer Data Block Sequence CounterTobias Rasmusson1-0/+26
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-14Register the UDS dissector by name.Guy Harris1-3/+4
2016-11-20uds: Fix conflict for hf fieldsAlexis La Goutte1-1/+1
2016-10-26uds: fix spelling typo found by lintianAlexis La Goutte1-5/+5
2016-08-18UDS: fix fix no previous prototype for 'proto_register_uds/proto_reg_handoff_...Alexis La Goutte1-0/+3
2016-08-05Add UDS dissectorYann Diorcet1-0/+1098