aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tecmp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09socketcan: work around libpcap bug, add CAN XL support.Guy Harris1-1/+1
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-1/+1
2023-12-07TECMP: Adding support for ILaS dataDr. Lars Völker1-3/+88
2023-11-29TECMP: Make ASAM CMP detection backward compatible (Bugfix)Dr. Lars Völker1-3/+13
2023-11-20Remove init of proto variablesStig Bjørlykke1-196/+196
2023-11-17dissectors: Rename expert_field variablesStig Bjørlykke1-8/+8
2023-10-23TECMP: Fixing length of CAN payload (BUGFIX)Dr. Lars Völker1-2/+2
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-2/+2
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-4/+4
2023-08-10TECMP: Fix ASAM CMP Auto-DetectDr. Lars Völker1-0/+1
2023-08-08ASAM CMP: Adding support for ASAM CMPDr. Lars Völker1-0/+19
2023-08-08CAN/FlexRay/LIN: Adding support to set Source and DestinationDr. Lars Völker1-2/+7
2023-07-31TECMP: Remove old dead FlexRay codeDr. Lars Völker1-5/+0
2023-07-02Clean includes by correcting pathDr. Lars Völker1-4/+4
2023-06-26TECMP: Minor cleanupDr. Lars Völker1-11/+6
2023-06-04tecmp: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-11/+11
2023-04-25Last batch of val_to_str() fussingMartin Mathieson1-2/+2
2023-04-04TECMP: Adding support for 10BASE-T1S and Control MessagesDr. Lars Völker1-55/+438
2023-03-09TECMP: Cleanup and fix unitsDr. Lars Völker1-9/+7
2023-03-05TECMP: cleanup endianness for 1 Byte fieldsDr. Lars Völker1-3/+2
2023-02-24TECMP: Changing voltage from string to doubleDr. Lars Völker1-3/+4
2023-02-23TECMP: Fix voltage representation in vendor dataDr. Lars Völker1-1/+1
2023-02-07TECMP: Improve usability of lifecycle fieldDr. Lars Völker1-12/+38
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-1/+1
2022-10-13TECMP: improve FCS and Padding detection for EthernetDr. Lars Völker1-1/+9
2022-10-07TECMP: Config option for Ethernet below TECMP optimizationDr. Lars Völker1-1/+11
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-1/+1
2022-09-26TECMP: Only NULL-Frame payload was shown (BUGFIX)Dr. Lars Völker1-1/+1
2022-07-28TECMP: Adding CounterEvent and TimeSyncEventDr. Lars Völker1-47/+207
2022-07-23TECMP: Fix CRC decoding on FlexRay Null Frames (Bugfix)Dr. Lars Völker1-2/+2
2022-07-22TECMP: Adding Subdissector supportDr. Lars Völker1-18/+55
2022-07-22TECMP: Show unparsed payload of control messagesDr. Lars Völker1-1/+10
2022-07-19TECMP: Updating to TECMP 1.7Dr. Lars Völker1-39/+137
2022-07-09TECMP: Update Control Message IDsDr. Lars Völker1-29/+97
2022-06-27TECMP: fix typoDr. Lars Völker1-1/+1
2022-05-28Make a couple of functions static.Martin Mathieson1-1/+1
2022-05-23TECMP: Renaming to Device and Interface for TECMP 1.7Dr. Lars Völker1-239/+238
2022-05-22TECMP: Update to TECMP 1.7 specificationDr. Lars Völker1-57/+235
2022-02-02TECMP: Allowing Chassis Temperature to be not available tooDr. Lars Völker1-5/+10
2022-01-07TECMP: Fix warning that dissector_add_uint is called too oftenDr. Lars Völker1-3/+2
2022-01-07TECMP: Support signed analog valuesDr. Lars Völker1-4/+25
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
2021-12-01TECMP: LIN Payload was cut 1 byte short (BUGFIX)Dr. Lars Völker1-1/+1
2021-10-10TECMP: Bugfix: TECMP should not decode NULL framesDr. Lars Völker1-7/+14
2021-10-10TECMP: Bugfix wrong payload length for payloadtvbDr. Lars Völker1-3/+3
2021-09-19TECMP: change Capture Module ID in UAT to hexDr. Lars Völker1-2/+2
2021-08-31ISO10681: Adding support for ISO10681 (FlexRay ISO TP)Dr. Lars Völker1-15/+6
2021-08-22TECMP: RTR is only CAN (BUGFIX!)Dr. Lars Völker1-1/+1
2021-08-06CAN: Add support for multiple CANs in a trace (bus ID)Dr. Lars Völker1-0/+1