Wireshark-commits: [Wireshark-commits] rev 28304: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_dump

Date: Fri, 08 May 2009 16:41:03 GMT
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