Ethereal-cvs: [Ethereal-cvs] rev 17096: /trunk/plugins/lua/: lua_pinfo.c lua_proto.c lua_tap.c

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

Date: Tue, 24 Jan 2006 23:22:53 GMT
User: lego
Date: 2006/01/24 05:22 PM

Log:
 an Address class, changed the names of some classes, modified pinfo to be a table
 
 pinfo.src = Address.ip("www.xxx.com")
 pinfo.col.info = "A special packet"
 if (pinfo.src_port == 2) then pinfo.col.protocol = "STRANGE" end

Directory: /trunk/plugins/lua/
  Changes    Path            Action
  +431 -52   lua_pinfo.c     Modified
  +49 -55    lua_proto.c     Modified
  +20 -20    lua_tap.c       Modified
  +61 -61    lua_tree.c      Modified
  +12 -27    packet-lua.c    Modified
  +17 -16    packet-lua.h    Modified



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