Ethereal-cvs: [Ethereal-cvs] rev 17057: /trunk/plugins/lua/: Makefile.am packet-lua.c plugin.c

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

Date: Fri, 20 Jan 2006 00:06:22 GMT
User: lego
Date: 2006/01/19 06:06 PM

Log:
 Starts to work so I check it in.
 
 This is an interface to the Lua programming language.
 
 http://www.lua.org
 
 I've already wrote a simple dissector that calls another dissectors.
 
 soon It will be able to register a tap and do something more.
 
 I did not checkin changes to the Makefiles so in order to use it you must change the makefiles.
 
 Other than that to get it to work you need to download lua-5.0.2.tar.gz into the plugin directory, uncompress it, cd to it and call make.
 
 the interface is buggy and far from finished, time will help on this.

Directory: /trunk/plugins/lua/
  Changes    Path            Action
  +58 -0     Makefile.am     Added
  +1977 -0   packet-lua.c    Added
  +45 -0     plugin.c        Added



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