aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18epan: Fix a memory leakJoão Valverde1-0/+3
2023-08-16Qt: Add Lua console dialogJoão Valverde1-0/+58
2022-12-07WSLUA: Add new lua function register_packet_menu()Moshe Kaplan1-0/+128
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+2
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2019-11-05funnel: Free callback dataStig Bjørlykke1-0/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-28funnel: Fix memleaks in funnel_remove_menuStig Bjørlykke1-1/+6
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-01-21Fix warning for funnel.c [-Wcast-qual]João Valverde1-3/+3
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-12/+90
2015-07-07Qt: Add initial Lua support.Gerald Combs1-0/+1
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-2/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-03-20 From beroset:Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-05-17More eradication of old-style function definitions.Guy Harris1-1/+1
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+4
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-05* add an option to funnel_register_menu to retap the packets right after been...Luis Ontanon1-2/+5
2006-02-05- add a register_menu funnel Luis Ontanon1-15/+7
2006-02-04define funnel_register_field_menu even if it is not implemented.Luis Ontanon1-7/+7
2006-02-04The funneled GUI mini API.Luis Ontanon1-0/+81