aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uds.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10UDS: make code more readable by reformatting HFsDr. Lars Völker1-493/+131
2023-03-10UDS: Cleanup and reworkDr. Lars Völker1-85/+292
2023-03-08UDS: Remove unneeded functions to clean up codeDr. Lars Völker1-63/+18
2023-03-05UDS: Show unparsed bytesDr. Lars Völker1-260/+173
2023-03-03UDS: Use wmem to create a stringJohn Thacker1-1/+1
2023-03-03UDS: fixing typos indification and sub-functionDr. Lars Völker1-11/+11
2023-02-28UDS: cleanup structureDr. Lars Völker1-82/+39
2023-02-26UDS: fix WDBI assertDr. Lars Völker1-7/+10
2023-02-26UDS: Fixing dissector bugs (tvb_bytes_to_str_punct with 0 length)Dr. Lars Völker1-9/+12
2023-02-24UDS: Fixing names of RDTCI subfunctions 0x0b-0x0eDr. Lars Völker1-2/+6
2023-01-24UDS: Support OBD Services in UDS Service ErrorDr. Lars Völker1-0/+16
2023-01-24UDS: Fix Typo in Error ServiceDr. Lars Völker1-1/+1
2023-01-13DoIP/UDS: Allow mixing with OBD-IIDr. Lars Völker1-0/+14
2022-09-08UDS: Fix Typo SecuredDataTransmissionDr. Lars Völker1-1/+1
2022-09-03UDS: Add DID and RID names based on standardDr. Lars Völker1-8/+147
2022-07-23UDS: Change Symbol Names as of ISO 14229-1:2020 Amd1Dr. Lars Völker1-4/+4
2022-07-19UDS: Adding IDs and Names for 2020 standardDr. Lars Völker1-2/+110
2022-03-28uds: Don't append parameter record if not availableFabian Viöl1-3/+6
2022-01-19UDS: adding diagnostic address resolutionDr. Lars Völker1-3/+246
2022-01-18ISO15765: change addresses to 32bitDr. Lars Völker1-1/+1
2022-01-05UDS: make a function staticMartin Mathieson1-1/+1
2022-01-05UDS: add subdissector supportDr. Lars Völker1-27/+34
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