aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Include config.h only from .c files.Stig Bjørlykke13-4/+47
2011-04-14Zero is zero is zero, as Gertrude Stein didn't say.Guy Harris1-4/+4
2011-04-05From Felix Kraemer: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-0/+2
2011-02-03From David Carne:Jaap Keuter1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+4
2011-01-31Add a Manual entry to the Lua menu.Jaap Keuter1-0/+5
2011-01-31Put back a 'return' statement so GCC doesn't generate a warning...Bill Meier1-0/+1
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier7-21/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris2-5/+5
2010-12-10Move wslua_plugin_list to epan/plugins.c, that should fix the Solaris builds ...Balint Reczey1-1/+0
2010-12-09Drop init_wslua.h from EXTRA_DISTBalint Reczey1-1/+0
2010-12-09Always provide wslua_plugin_list, even if we don't have Lua configured.Balint Reczey2-44/+1
2010-10-22From Regis Cridlig via bug 5326:Stig Bjørlykke1-1/+1
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss10-1572/+1050
2010-10-21Make the indentation consistent.Jeff Morriss10-1074/+1579
2010-10-21Fix up indentation to get it consistent and other minor cleanup issues.Jeff Morriss1-144/+161
2010-10-21From Holger Freyther via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-1/+1
2010-08-29Doxygen changes.Anders Broman1-2/+2
2010-08-28Doxygen changes.Anders Broman2-7/+16
2010-08-13Do not load lua-scripts starting with '.'Stig Bjørlykke1-0/+8
2010-08-10Declare error as volatile to avoid warning on opensolaris:Stig Bjørlykke1-2/+2
2010-06-18Fix the check for disable_lua.Stig Bjørlykke1-1/+1
2010-06-17Enable Lua by default.Stig Bjørlykke1-2/+5
2010-05-28Fix the Windows buildJeff Morriss1-4/+4
2010-05-28Remaining fixes forJörg Mayer3-5/+4
2010-05-27Fix for the LUA part of bugJörg Mayer1-51/+25
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-9/+10
2010-05-12From Tamas Regos:Anders Broman3-18/+126
2010-05-12From Tamas Regos:Anders Broman3-389/+334
2010-04-20From Tamas Regos via bug 4699:Stig Bjørlykke1-0/+6
2010-04-19Fix for bug 4695:Jaap Keuter1-3/+3
2010-03-28From Didier Gautheron via bug 4622:Stig Bjørlykke1-1/+1
2010-03-18cmake changes:Jörg Mayer1-4/+5
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-02-22Handle FT_PROTOCOL as ByteArray when used in a Field extractor.Stig Bjørlykke1-0/+1
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier5-48/+48
2010-01-13From Didier Gautheron:Anders Broman1-8/+4
2010-01-07Made more generic concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-52/+15
2010-01-06Added concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-0/+52
2010-01-06Fix some documentation typos.Stig Bjørlykke1-2/+2
2010-01-05Added signed integer TvbRange methods.Stig Bjørlykke1-0/+131
2010-01-05Use correct method names in TvbRange error messages.Stig Bjørlykke1-6/+6
2010-01-05Use correct field types for signed integer.Stig Bjørlykke1-4/+4
2010-01-01Use correct length for FT_STRINGZ when adding the item to the tree.Stig Bjørlykke1-1/+4
2010-01-01Add missing stringz tvbrange method.Stig Bjørlykke1-0/+16
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-11-22Give a warning for illegal preference name.Stig Bjørlykke2-0/+14
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-0/+12