lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 06/01/2012 06:14 AM, Nicola Fontana wrote:
> Il giorno Fri, 1 Jun 2012 11:00:05 +0200
> steve donovan <steve.j.donovan@gmail.com> ha scritto:
> 
>> Anybody know anything of this?
>>
>> http://sourceforge.net/projects/luak/
>>
>> Lua in Linux kernel space
> 
> https://gitorious.org/pepper


PacketScript [1] allows network packets to be examined and manipulated by
Lua; I haven't used it, but based on the author's master's thesis [2] which
describes it, it apparently executes Lua in-kernel (contrast with
netfilter-lua [3] which does the same in userspace).

-- David

1: https://github.com/dergraf/PacketScript
2: http://cn.cs.unibas.ch/pub/doc/2010-msthGraf.pdf
3: https://github.com/sam-github/netfilter-lua