Igalia / pflua

Packet filtering in Lua
Other
313 stars 39 forks source link

Added a feature to check opt/unopt packet matches #125

Closed kbara closed 9 years ago

kbara commented 9 years ago

On top of optimizing an AST, this tool can now check whether both ASTs match (or don't match) a specified packet, and fail if the results disagree.

wingo commented 9 years ago

looking good, a couple of nits tho -- can we do another revision? thanks :)

wingo commented 9 years ago

lgtm, thanks!