aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-someip-sd.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-11/+11
2021-10-29SOME/IP-SD: Adding field of referenced options to entriesDr. Lars Völker1-4/+26
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-05-14SOME/IP-SD: Adding support for parsing into the config stringDr. Lars Völker1-5/+35
2021-02-11someip-sd: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2020-12-18SOME/IP-SD: hidden fields for entries are 16 bytes off (Bugfix)Dr. Lars Völker1-9/+10
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-05SOMEIP: removing warnings due to guint64 (%lx vs %llx)Dr. Lars Völker1-7/+7
2020-05-05SOMEIP: Bugfix for SOME/IP-SD Collision of Unique IDDr. Lars Völker1-17/+17
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+0
2020-03-19SOMEIP: SD did not register port for IPv6 correctly (bugfix)Dr. Lars Völker1-3/+4
2019-09-26SOMEIP: Adding support for the SOME/IP protocol.Dr. Lars Völker1-0/+971