Issues
- 1
Doesn’t make pflua
#267 opened by 9Demien9 - 1
Is dump-markdown (and the associated tests) broken?
#265 opened by kbara - 2
- 2
Assertion error string ends up in SSA output
#259 opened by takikawa - 0
ip6 with a v4 address should emit a parse error
#260 opened by takikawa - 5
Pflua doesn't allow libpcap-style keyword elision
#157 opened by kbara - 2
pfmatch tail call passes len, not length and reference to undeclared variable.
#252 opened by petebristow - 1
- 0
Pflua emits an internal error on "ip dst 10"
#254 opened by takikawa - 4
src 1::ff11 fails to parse, unlike with libpcap
#248 opened by kbara - 0
Implement 'vlanid' operator
#246 opened by dpino - 0
"tests" makefile allows too much parallelism
#244 opened by curiousleo - 2
- 8
- 9
New language: Pfmatch
#229 opened by wingo - 1
Suboptimal pfmatch compilation
#240 opened by wingo - 0
- 4
More thoughts on avoiding offset littering
#230 opened by kbara - 7
Pflang extension: Address-of (&)
#228 opened by wingo - 31
Error with recent LuaJIT
#225 opened by lukego - 0
Current performance/benchmarking snapshot
#222 opened by kbara - 5
luajit: not enough memory while compiling 8kb pflang for window scaling with -O0
#216 opened by kbara - 5
IPv6 packet unexpectedly allowed
#211 opened by lukego - 2
pure-lua bug: "len >= 1 or len <= 1" is false
#205 opened by kbara - 2
pure-lua-opt: 'not len >= x' broken
#210 opened by kbara - 0
bpf-lua -O0 attempts to compare string with number
#185 opened by kbara - 5
- 8
Packet indexing should cause conditions and assertions
#171 opened by wingo - 11
More 'or' cases broken with packet indexing
#166 opened by kbara - 4
- 1
bpf-lua pipeline: division by a constant wrongly fails
#204 opened by kbara - 6
- 1
Length hoisting not working as well as it could
#189 opened by wingo - 3
- 3
Multi-octet packet access is broken
#139 opened by kbara - 9
Suspicious behavior around "or" with arp/icmp
#178 opened by lukego - 10
pure-lua 'icmp6 or (expr)' and "not icmp6" broken
#132 opened by kbara - 1
Length hoisting bug; wrong return values
#182 opened by kbara - 2
ICMP/ARP discrepency investigation
#180 opened by kbara - 1
Give names to numeric literals
#158 opened by kbara - 1
- 4
Pflua's parser supports a subset of pflang's syntax; automatically use bpf-lua if it fails?
#172 opened by kbara - 3
Possibly vestigial make targets have bitrotted
#155 opened by kbara - 4
Illegal keyword has confusing error message
#153 opened by lukego - 4
net primitive does to accept dotted quads
#159 opened by eugeneia - 1
PF_VERBOSE is broken
#148 opened by kbara - 3
Add required libraries when printing out source code
#127 opened by dpino - 2
len == 4 doesn't parse
#133 opened by kbara - 1
Keyword elision not implemented: sctp
#137 opened by kbara - 0
Make Lua function compiled via BPF return true or false
#142 opened by dpino