Ethereal-cvs: [Ethereal-cvs] rev 17146: /trunk/plugins/lua/: lua_pinfo.c lua_proto.c lua_tree.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Fri, 03 Feb 2006 21:25:28 GMT
User: lego
Date: 2006/02/03 03:25 PM

Log:
 * packet-lua.h
    * add a shiftC() function to every class for extracting values from the stack
    
 * lua_pinfo.c
    * fix pinfo.dst pinfo.dl_dst pinfo.dl_src pinfo.net_dst pinfo.net_src
    
 * lua_tree.c
    * ProtoTree_add_item_any() changed to use TvbRanges, a more handy way to give it optional arguments 
 
 * lua_tvb.c
    * get ByteArray up and running
    * create TvbRange class and use it to access the tvb (this class takes care of checking bounds so that exceptions are not thrown)

Directory: /trunk/plugins/lua/
  Changes    Path            Action
  +10 -9     lua_pinfo.c     Modified
  +8 -4      lua_proto.c     Modified
  +104 -106  lua_tree.c      Modified
  +360 -253  lua_tvb.c       Modified
  +28 -14    packet-lua.c    Modified
  +24 -3     packet-lua.h    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17146&view=rev