aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-someip.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-14epan: Separate fragment_head and fragment_itemJohn Thacker1-1/+1
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-1/+1
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-19/+3
2022-08-02epan: Refactor floating point display typesJoão Valverde1-2/+2
2022-07-22SOME/IP: Remove legacy datatype supportDr. Lars Völker1-242/+85
2022-07-10SOME/IP: Make uats much more robust against faulty configs (BUGFIX)Dr. Lars Völker1-42/+143
2022-07-08SOME/IP, Signal-PDU, IPduM: Harmonize uat commentsDr. Lars Völker1-136/+152
2022-06-30SOME/IP: code cleanup to reduce memory leaksDr. Lars Völker1-96/+155
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-05-05SOME/IP: Adding string fields for easier filteringDr. Lars Völker1-0/+21
2022-03-01SOMEIP: Dissect payload by defaultDeveloper Alexander1-7/+11
2022-02-25SOMEIP: Fix length resolution for wiretype 4Developer Alexander1-1/+1
2022-02-07More descriptive names for some heuristic dissectorsDavid Perry1-2/+2
2022-02-02SOME/IP: Add name resolution to statisticsDr. Lars Völker1-8/+22
2022-01-09SOME/IP: Adding taps and statisticsDr. Lars Völker1-7/+74
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-42/+42
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-11-04someip: make a function staticMartin Mathieson1-1/+1
2021-10-29SOME/IP: Adding resolution for Client IDsDr. Lars Völker1-3/+74
2021-10-19SOME/IP: WTLV type 5 complains about 6 bit length field (BUGFIX)Dr. Lars Völker1-1/+1
2021-09-11Fix spelling errors.Guy Harris1-8/+8
2021-09-06SOME/IP: Adding dissection support for SOME/IP over TLSFlorian Bezold1-1/+3
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-05-09SOME/IP: Cleanup formatting and fixed typosDr. Lars Völker1-201/+202
2021-05-08WIP: SOME/IP: Adding support for WireType-Length-Value encodingDr. Lars Völker1-93/+411
2021-04-18SOME/IP: Adding dissection support for SOME/IP over DTLSDr. Lars Völker1-2/+6
2021-02-11SOME/IP: Fix crash after loading a faulty uat config (BUGFIX)Dr. Lars Völker1-7/+60
2021-02-10SOME/IP: Bugfix copy and paste in method name checkDr. Lars Völker1-1/+1
2021-02-02SOME/IP: Changed config was not respected (BUGFIX)Dr. Lars Völker1-9/+27
2021-01-24packet-someip.c: Fix copy-paste errorMoshe Kaplan1-1/+1
2021-01-22SOME/IP: Adding support for filtering parametersDr. Lars Völker1-144/+583
2021-01-16SOME/IP: Change UAT config from dec (0 or 1) to bool.Dr. Lars Völker1-22/+7
2021-01-16SOME/IP: dissector_delete_all used the TCP handle for udp (BUGFIX)Dr. Lars Völker1-1/+1
2021-01-16SOME/IP: String endianess was not respected (BUGFIX)Dr. Lars Völker1-4/+6
2021-01-16SOME/IP: Fix subdissector supportDr. Lars Völker1-2/+8
2020-12-09SOME/IP: Fixed incorrect resetting offset of static array.Yoshihiro Ueda1-3/+8
2020-11-19windows-common: fix ClangAlexis La Goutte1-1/+0
2020-11-02SOME/IP: Cleanup of length field parsing (BUG FIX)Dr. Lars Völker1-18/+65
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+1
2020-04-13SOMEIP: Bug fix for ignored length field config on structDr. Lars Völker1-10/+38
2020-01-22someip: Fix guint64 printf formatsStig Bjørlykke1-1/+1
2019-12-01Restrict allowed characters in "short name" of heuristic_protosMichael Mann1-2/+2
2019-11-05Some IP: Fix Warn heuristic_protos' line 3 Anders Broman1-2/+2
2019-09-26someip: Fix uint64 printf formatStig Bjørlykke1-1/+1
2019-09-26SOMEIP: Adding support for the SOME/IP protocol.Dr. Lars Völker1-0/+3325