summaryrefslogtreecommitdiff
path: root/epan/wslua/wslua_util.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-2/+2
2013-08-14Use 4-space indentation consistently.Guy Harris1-214/+214
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-2/+2
2013-03-16From beroset:Anders Broman1-4/+4
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-4/+3
2013-02-25Fix Lua 5.2 panic problems.Michael Mann1-0/+13
2012-12-26Fix a bunch of warnings.Guy Harris1-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
2012-06-25From Tony Trinh:Anders Broman1-2/+2
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-3/+5
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-1/+0
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-276/+230
2010-10-21Make the indentation consistent.Jeff Morriss1-270/+316
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-04-20From Tamas Regos via bug 4699:Stig Bjørlykke1-0/+6
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-6/+6
2009-12-30From babi via bug 4352:Stig Bjørlykke1-1/+2
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-10-11Make more functions static.Stig Bjørlykke1-2/+2
2009-09-29Avoid a possible dereference of null pointer.Stig Bjørlykke1-1/+3
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-19/+19
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
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