Wireshark-commits: [Wireshark-commits] rev 47667: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua.h ws

Date: Fri, 15 Feb 2013 01:38:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47667

User: guy
Date: 2013/02/14 05:38 PM

Log:
 Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where the
 function name isn't the same as the method name; this is used if we're
 providing compatibility aliases for method names.
 
 Use WSLUA_CLASS_FNREG() and WSLUA_CLASS_FNREG_ALIAS() for all method
 registrations.
 
 Fix the spelling of "prepend", but leave a compatibility alias in place.

Directory: /trunk/epan/wslua/
  Changes    Path              Action
  +1 -0      wslua.h           Modified
  +6 -6      wslua_dumper.c    Modified
  +4 -4      wslua_gui.c       Modified
  +21 -20    wslua_pinfo.c     Modified
  +6 -6      wslua_proto.c     Modified