aboutsummaryrefslogtreecommitdiffstats
path: root/epan/srt_table.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-16/+5
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-5/+1
2017-09-11srt_table.c: free table dynamic memory when calling free_srt_table()Pascal Quantin1-0/+1
2017-02-09Don't duplicate memory for key values when passing into wmem_tree_insert_string.Michael Mann1-1/+1
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-38/+9
2017-02-04srt_table: add cleanup function.Dario Lombardo1-0/+6
2017-01-02Use g_slist_find_custom instead of g_slist_nth when just looking for item in ...Michael Mann1-9/+14
2016-06-26srt: rename shadow variableDario Lombardo1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-12-28Don't cast away constness unnecessarily.Guy Harris1-2/+2
2015-06-25Bugfix parsing filters out of SRT tables with parameters.Michael Mann1-5/+1
2015-06-21srt_table: fix conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-0/+322