Ethereal-cvs: [Ethereal-cvs] rev 17315: /trunk/plugins/lua/: lua_tap.c packet-lua.h

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

Date: Thu, 16 Feb 2006 00:54:57 GMT
User: lego
Date: 2006/02/15 06:54 PM

Log:
 Have Field extractors being defined while reading the body of the script instead that during initialization.
 Change their semantics too:
 
 ip_src_f = Field("ip.src")
 
 function tap.packet(pinfo)
 	ip_src = ip_src()
 end

Directory: /trunk/plugins/lua/
  Changes    Path            Action
  +67 -48    lua_tap.c       Modified
  +1 -1      packet-lua.h    Modified



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