aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-someip-sd.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-02SOME/IP-SD: improve Entry/Option handling and port registeringDr. Lars Völker1-28/+57
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-3/+1
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-06-08SOME/IP-SD: Make option parsing a bit more robustDr. Lars Völker1-2/+4
2022-05-05SOME/IP: Adding string fields for easier filteringDr. Lars Völker1-0/+14
2022-02-02SOME/IP: Add name resolution to statisticsDr. Lars Völker1-7/+27
2022-01-09SOME/IP: Adding taps and statisticsDr. Lars Völker1-5/+167
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