summaryrefslogtreecommitdiff
path: root/epan/wslua/wslua_util.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Try to get the docbook buildbot runnig.Luis Ontanon1-1/+1
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris1-6/+0
2008-04-25From: Márton Németh:Jaap Keuter1-2/+2
2008-02-29One more g_free ....Bill Meier1-1/+4
2008-02-29Fix wireshark/tshark crash when initializing lua (using init.lua, etc).Bill Meier1-5/+11
2008-02-26A couple more const fixes.Jeff Morriss1-1/+1
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.Jeff Morriss1-3/+3
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss1-0/+6
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-2/+2
2007-01-27Fix docbook documentationLuis Ontanon1-2/+2
2007-01-05* have the Dumper using either '\' or '/' as directory separator in all platt...Luis Ontanon1-1/+1
2007-01-05 + register_stat_cmd_arg()Luis Ontanon1-11/+83
2006-10-24Have Lua disabled by default.Luis Ontanon1-19/+24
2006-10-19- wslua_gui.c:Luis Ontanon1-0/+15
2006-10-18Add module information for generated docsLuis Ontanon1-1/+3
2006-10-17Several changes:Luis Ontanon1-1/+1
2006-10-12- add persconffile(opt_str) Luis Ontanon1-3/+149
2006-10-04- wslua_util.c: replace Lua's loadfile and dofile for versions that will try...Luis Ontanon1-0/+54
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+129