aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte ordergerald1-1/+0
2011-04-21Include config.h only from .c files.stig13-4/+47
2011-04-14Zero is zero is zero, as Gertrude Stein didn't say.guy1-4/+4
2011-04-05From Felix Kraemer: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-0/+2
2011-02-03From David Carne:jake1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-4/+4
2011-01-31Add a Manual entry to the Lua menu.jake1-0/+5
2011-01-31Put back a 'return' statement so GCC doesn't generate a warning...wmeier1-0/+1
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededwmeier7-21/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy2-5/+5
2010-12-10Move wslua_plugin_list to epan/plugins.c, that should fix the Solaris builds ...rbalint1-1/+0
2010-12-09Drop init_wslua.h from EXTRA_DISTrbalint1-1/+0
2010-12-09Always provide wslua_plugin_list, even if we don't have Lua configured.rbalint2-44/+1
2010-10-22From Regis Cridlig via bug 5326:stig1-1/+1
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...morriss10-1572/+1050
2010-10-21Make the indentation consistent.morriss10-1074/+1579
2010-10-21Fix up indentation to get it consistent and other minor cleanup issues.morriss1-144/+161
2010-10-21From Holger Freyther via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-1/+1
2010-08-29Doxygen changes.etxrab1-2/+2
2010-08-28Doxygen changes.etxrab2-7/+16
2010-08-13Do not load lua-scripts starting with '.'stig1-0/+8
2010-08-10Declare error as volatile to avoid warning on opensolaris:stig1-2/+2
2010-06-18Fix the check for disable_lua.stig1-1/+1
2010-06-17Enable Lua by default.stig1-2/+5
2010-05-28Fix the Windows buildmorriss1-4/+4
2010-05-28Remaining fixes forjmayer3-5/+4
2010-05-27Fix for the LUA part of bugjmayer1-51/+25
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss1-9/+10
2010-05-12From Tamas Regos:etxrab3-18/+126
2010-05-12From Tamas Regos:etxrab3-389/+334
2010-04-20From Tamas Regos via bug 4699:stig1-0/+6
2010-04-19Fix for bug 4695:jake1-3/+3
2010-03-28From Didier Gautheron via bug 4622:stig1-1/+1
2010-03-18cmake changes:jmayer1-4/+5
2010-02-28Added svn:ignore targets.stig1-1/+1
2010-02-22Handle FT_PROTOCOL as ByteArray when used in a Field extractor.stig1-0/+1
2010-01-28Fix various gcc -Wshadow warnings.wmeier5-48/+48
2010-01-13From Didier Gautheron:etxrab1-8/+4
2010-01-07Made more generic concat meta method for TvbRange, Int64 and UInt64.stig1-52/+15
2010-01-06Added concat meta method for TvbRange, Int64 and UInt64.stig1-0/+52
2010-01-06Fix some documentation typos.stig1-2/+2
2010-01-05Added signed integer TvbRange methods.stig1-0/+131
2010-01-05Use correct method names in TvbRange error messages.stig1-6/+6
2010-01-05Use correct field types for signed integer.stig1-4/+4
2010-01-01Use correct length for FT_STRINGZ when adding the item to the tree.stig1-1/+4
2010-01-01Add missing stringz tvbrange method.stig1-0/+16
2009-12-30From babi via bug 4352:stig1-1/+2
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-1/+1
2009-11-22Give a warning for illegal preference name.stig2-0/+14