http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19425
User: lego
Date: 2006/10/04 02:37 PM
Log:
- wslua_util.c: replace Lua's loadfile and dofile for versions that will try to open the file in perscofdir then dataconfdir if there's no such file in cwd
- wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr
- init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil"
- Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES
- wslua_gui.c: fix a typo
Directory: /trunk/epan/wslua/
Changes Path Action
+2 -0 Makefile.am Modified
+8 -3 template-init.lua Modified
+4 -1 wslua_field.c Modified
+2 -3 wslua_gui.c Modified
+54 -0 wslua_util.c Modified