aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_listener.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-31Don't cast away constness.Guy Harris1-4/+3
2015-11-17Lua: Do not deregister Listener in __gc.Stig Bjørlykke1-10/+5
2015-09-03Lua: Check if having listeners before removeStig Bjørlykke1-1/+1
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-6/+43
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-4/+4
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+12
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-4/+1
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-1/+1
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-8/+6
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-17/+34
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-2/+3
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-0/+12
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+30
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-49/+35
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-1/+1
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-03-16From beroset:Anders Broman1-5/+5
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-10/+16
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
2012-06-25From Tony Trinh:Anders Broman1-2/+2
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-46/+26
2010-10-21Make the indentation consistent.Jeff Morriss1-61/+81
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-6/+6
2009-10-11Removed unused function tap_draw_cb_error_handler().Stig Bjørlykke1-6/+0
2009-10-11Make more functions static.Stig Bjørlykke1-6/+6
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.Stig Bjørlykke1-2/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-36/+44
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-3/+4
2008-04-25From: Márton Németh:Jaap Keuter1-2/+2
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke1-1/+1
2006-12-23get rid of an unused variable.Luis Ontanon1-3/+0
2006-12-23- Fix an error in the tap listener callbackLuis Ontanon1-7/+5
2006-10-24Improve the documentation generatorsLuis Ontanon1-1/+1
2006-10-18Add module information for generated docsLuis Ontanon1-1/+3
2006-10-17Several changes:Luis Ontanon1-25/+7
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+332