aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugin_if.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-2/+2
2021-06-19Replace g_assert() with ws_assert()João Valverde1-15/+16
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-3/+3
2020-08-22plugin_if: add plugin_if_get_frame_data() and plugin_if_get_capture_file()Tomas Kukosa1-0/+34
2018-05-05plugin_if: fix small memory leak in ext_menubar_add_separatorPeter Wu1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-19plugin_if: don't allocate memory and cast it instead.Dario Lombardo1-18/+6
2018-01-18Constify some pointers.Guy Harris1-8/+8
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-03-04pluginIF: Allow en-/disable of elementsRoland Knall1-0/+5
2017-03-03pluginIf: Add/Remove single entries from selectorRoland Knall1-0/+12
2017-02-26 plugin_if: fix no previous prototype for ‘ext_toolbar_find_item’ [-Wmiss...Alexis La Goutte1-1/+1
2017-02-24PluginIF: AdditionalToolbarRoland Knall1-21/+316
2016-02-15Add some casts to void * to fix (pedantic) argument mismatch notesJoão Valverde1-1/+1
2016-01-16plugin_if: fix bug in var assignment.Dario Lombardo1-6/+6
2016-01-15plugin_if: Add function to get capture file infoPaul Offord1-0/+34
2015-09-08PluginIF: Parent menu and goto frameRoland Knall1-0/+24
2015-06-25Remove g_hash_table_contains from plugin_ifEvan Huus1-3/+2
2015-06-25Plugin Interface: Add GUI callbacksRoland Knall1-0/+253