aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2011-10-13Added some Lua pinfo fields:Stig Bjørlykke1-1/+37
2011-10-02From Alex Vallee via bug 6346:Stig Bjørlykke1-0/+56
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke2-6/+10
2011-08-25Do case insensitive search for lua scripts to load.Stig Bjørlykke1-3/+1
2011-08-25Add a method to fetch protocol description.Stig Bjørlykke1-0/+10
2011-08-21Add some NSTime methods: add, sub and unm.Stig Bjørlykke1-0/+36
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke6-0/+332
2011-08-11Clarify that Tvb_reported_length_remaining may return -1Jeff Morriss1-1/+1
2011-08-11From Alexander Stein via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+17
2011-08-10Add a Tvb_reported_len Lua API; this may help satisfy bug 6175.Jeff Morriss1-0/+15
2011-08-08Load console.lua and dtd-gen.lua from an explicit path.Gerald Combs1-2/+2
2011-08-07Replace deprecated glib functions.Jörg Mayer1-4/+4
2011-07-04From Michael Mann:Anders Broman1-0/+2
2011-06-28From bug 6057:Stig Bjørlykke1-3/+3
2011-06-27From bug 6057:Stig Bjørlykke1-0/+19
2011-06-25From Tony Trinh via bug 6018:Stig Bjørlykke1-18/+65
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.Stig Bjørlykke1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from Stig Bjørlykke1-4/+3
2011-06-25From Tony Trinh via bug 5894:Stig Bjørlykke1-1/+1
2011-06-23From Tony Trinh via bug 5960:Stig Bjørlykke1-1/+1
2011-06-23Use guint32 internally to store mask.Stig Bjørlykke1-1/+1
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.Stig Bjørlykke1-7/+6
2011-06-23Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.Stig Bjørlykke1-2/+2
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optionGerald Combs1-3/+3
2011-05-27Make TVBs opaque for most users.Jeff Morriss2-2/+2
2011-05-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5930 :Jeff Morriss1-2/+5
2011-05-17More eradication of old-style function definitions.Guy Harris1-1/+1
2011-05-09Comment out dead code.Jakub Zawadzki1-1/+2
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-1/+0
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