Igalia / pflua

Packet filtering in Lua
Other
313 stars 39 forks source link

Generate pflang and test pure-lua vs bpf-lua pipelines. #186

Closed kbara closed 9 years ago

kbara commented 9 years ago

This is a WIP, but it's in a state where it's already useful. It has two parts: a) pflang.lua generates a subset of pflang b) pflua_pipelines_match.lua compares the results of expressions generated with a) on a random packet, after compiling with the pure-lua and bpf-lua pipelines.

wingo commented 9 years ago

really awesome work, looking promising!