http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28304
User: stig
Date: 2009/05/08 09:41 AM
Log:
Adjusted arguments used in Lua Pref.statictext()
Update Lua documentation:
- Fixed Pref.enum, Pref.range and Pref.statictext
- Fixed the equivalent comment for pinfo.cols
- Do not have a comment star (*) in the documentation
- Be consistent and start all sentences with a capital letter
Directory: /trunk/epan/wslua/
Changes Path Action
+5 -5 wslua_dumper.c Modified
+13 -13 wslua_field.c Modified
+52 -52 wslua_gui.c Modified
+2 -2 wslua_listener.c Modified
+7 -7 wslua_pinfo.c Modified
+143 -163 wslua_proto.c Modified
+6 -6 wslua_tree.c Modified
+70 -72 wslua_tvb.c Modified
+19 -19 wslua_util.c Modified