wireshark/epan/wslua
Stig Bjørlykke c0d7a95f4e From Robert G. Jakabosky via bug 5575:
Fix module registration.  Must use lua_call() when calling luaopen_*()

svn path=/trunk/; revision=51965
2013-09-12 11:34:13 +00:00
..
CMakeLists.txt Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.am Show the Lua plugin being loaded in the splash screen. 2013-08-13 10:38:30 +00:00
Makefile.nmake makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
console.lua Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
dtd_gen.lua Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
init_wslua.c Couldn't quite figure out how to make the expert items in proto.c and the LUA API filterable (suggestions welcome!), but I wanted to start forcing dissectors to use the filterable expert API (nothing like compile errors to force change!). I created expert_add_info_format_internal (original expert_add_info_format) and used it as a placeholder for proto.c/LUA API until a solution is created. The "new" expert_add_info_format will be the "old" expert_add_info_format_text, and I'll slowly do the search/replace. 2013-09-08 19:32:10 +00:00
init_wslua.h Show the Lua plugin being loaded in the splash screen. 2013-08-13 10:38:30 +00:00
lua_bitop.c Update Lua BitOp to version 1.0.2 2013-03-15 15:15:00 +00:00
make-init-lua.pl wslua: Adda a wtap_encaps name to replace wtap which is too generic. 2013-05-29 15:52:25 +00:00
make-reg.pl From Robert G. Jakabosky via bug 5575: 2013-09-12 11:34:13 +00:00
make-taps.pl From beroset: 2013-03-16 08:12:29 +00:00
taps Enable Lua ldap, smb and smb2 taps 2013-09-10 11:18:41 +00:00
template-init.lua fix for bug 7465 2013-05-29 06:50:28 +00:00
wslua.h Added support for a "prefs_change" function in Lua scripts, which is called 2013-09-07 11:27:38 +00:00
wslua_dumper.c Remove fdata->opt_comment, add pkt_comment to pinfo 2013-08-01 20:59:38 +00:00
wslua_field.c Fixed FieldInfo documentation. 2013-09-10 10:07:40 +00:00
wslua_gui.c From beroset: 2013-03-16 08:12:29 +00:00
wslua_listener.c From beroset: 2013-03-16 08:12:29 +00:00
wslua_pinfo.c Fixed some NSTime error texts. 2013-09-10 10:27:47 +00:00
wslua_proto.c Added DissectorTable_set and DissectorTable_remove_all to simplify changing 2013-09-09 05:45:24 +00:00
wslua_tree.c Added TreeItem prepend_text(). 2013-09-10 10:35:30 +00:00
wslua_tvb.c Removed return value from ByteArray append and prepend, as this did push 2013-09-09 17:49:22 +00:00
wslua_util.c Get rid of -Wshadow warning - I guess we're including something that 2013-08-14 00:35:27 +00:00