aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Duplicate Lua strings we put into the private_table.stig1-2/+7
2011-10-18Added a private hash table to transport string values between dissectors.stig3-0/+161
2011-10-18Use PINFO_GET_BOOLEAN for visited.stig1-12/+1
2011-10-13Added some Lua pinfo fields:stig1-1/+37
2011-10-02From Alex Vallee via bug 6346:stig1-0/+56
2011-10-02Added register action for loading Lua plugins.stig2-6/+10
2011-08-25Do case insensitive search for lua scripts to load.stig1-3/+1
2011-08-25Add a method to fetch protocol description.stig1-0/+10
2011-08-21Add some NSTime methods: add, sub and unm.stig1-0/+36
2011-08-19Introduce NSTime Lua object to handle nstime_t.stig6-0/+332
2011-08-11Clarify that Tvb_reported_length_remaining may return -1morriss1-1/+1
2011-08-11From Alexander Stein via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-0/+17
2011-08-10Add a Tvb_reported_len Lua API; this may help satisfy bug 6175.morriss1-0/+15
2011-08-08Load console.lua and dtd-gen.lua from an explicit path.gerald1-2/+2
2011-08-07Replace deprecated glib functions.jmayer1-4/+4
2011-07-04From Michael Mann:etxrab1-0/+2
2011-06-28From bug 6057:stig1-3/+3
2011-06-27From bug 6057:stig1-0/+19
2011-06-25From Tony Trinh via bug 6018:stig1-18/+65
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.stig1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from stig1-4/+3
2011-06-25From Tony Trinh via bug 5894:stig1-1/+1
2011-06-23From Tony Trinh via bug 5960:stig1-1/+1
2011-06-23Use guint32 internally to store mask.stig1-1/+1
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.stig1-7/+6
2011-06-23Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.stig1-2/+2
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optiongerald1-3/+3
2011-05-27Make TVBs opaque for most users.morriss2-2/+2
2011-05-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5930 :morriss1-2/+5
2011-05-17More eradication of old-style function definitions.guy1-1/+1
2011-05-09Comment out dead code.darkjames1-1/+2
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