aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-1/+1
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make thestig1-8/+11
2011-11-06From Robert G. Jakabosky via bug 5575:stig6-18/+68
2011-10-31No need to ep_strdup a string to lua_pushstring.stig1-1/+1
2011-10-30Don't ep_strdup the protocol name when register a dissector, becausestig1-1/+1
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.stig1-1/+1
2011-10-25Added another Lua warning:stig1-0/+2
2011-10-25Added Lua error messages when:stig1-0/+7
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