aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-signal-pdu.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-33/+33
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-11-29Signal-PDU: Make some functions staticMartin Mathieson1-4/+4
2021-11-28Signal-Pdu: list of hash table keys freed (fixing memory leak)Dr. Lars Völker1-0/+10
2021-11-28Signal-Pdu: Cleanup Functions Proto Reg HandoffDr. Lars Völker1-13/+8
2021-11-28Signal-Pdu: optimization to reduce strcmpsDr. Lars Völker1-9/+38
2021-11-28Signal-Pdu: return the parsed length (bugfix)Dr. Lars Völker1-1/+1
2021-11-28Signal-Pdu: remove unneeded dynamic key allocationDr. Lars Völker1-55/+20
2021-10-29Signal-PDU: Bugfix false positive truncation warning with multiplexingDr. Lars Völker1-5/+5
2021-10-24Signal-PDU: Make a function static.Martin Mathieson1-1/+1
2021-10-22AUTOSAR I-PduM dissectorDr. Lars Völker1-0/+146
2021-09-18signal(pdu): Fix -Wmissing-prototypes warningsAlexis La Goutte1-0/+5
2021-09-11Fix spelling errors.Guy Harris1-5/+5
2021-08-31ISO10681: Adding support for ISO10681 (FlexRay ISO TP)Dr. Lars Völker1-1/+1
2021-08-26Signal PDU: Speed up dissectionDr. Lars Völker1-5/+13
2021-08-22Signal PDU: Adding LIN PDUs to info col (Bugfix)Dr. Lars Völker1-1/+1
2021-08-06CAN: Add support for multiple CANs in a trace (bus ID)Dr. Lars Völker1-3/+15
2021-08-01LIN: Add support for bus specific dissectorsDr. Lars Völker1-8/+25
2021-07-16Signal-PDU: Add support for the new CAN APIDr. Lars Völker1-0/+29
2021-07-14LIN: Adding support for LIN dissectionDr. Lars Völker1-5/+155
2021-07-02Signal PDU: Adding config option to unhide raw valuesDr. Lars Völker1-2/+10
2021-07-02Signal PDU: UAT checks and descriptionsDr. Lars Völker1-39/+44
2021-07-02Signal PDU: Adding hex display for raw uint valuesDr. Lars Völker1-12/+8
2021-06-20signal_pdu: dissector handles registered by nameDeveloper Alexander1-4/+4
2021-04-24CAN, AUTOSAR NM, Signal PDU: Fix the interpretation of CAN IDDr. Lars Völker1-1/+1
2021-04-16Epan: Fix various missing prototype warnings.Gerald Combs1-0/+2
2021-04-16Signal PDU: Not all signals were registered (BUGFIX)Dr. Lars Völker1-1/+1
2021-04-01Make a couple of functions static.Martin Mathieson1-1/+1
2021-03-25NEW: Dissector for signal PDUsDr. Lars Völker1-0/+1779