aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/log3gpp.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-3/+3
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2021-04-16Wiretap: Fix some compiler warnings.Gerald Combs1-1/+1
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-2/+2
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+8
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-6/+12
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-1/+18
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+8
2019-12-21log3gpp: invert check with use of offset.Dario Lombardo1-2/+2
2019-08-26log3gpp: fix no previous prototype for functionAlexis La Goutte1-0/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-08wiretap: Add a phone log reader.Anders Broman1-0/+897