Igalia / pflua

Packet filtering in Lua
Other
313 stars 39 forks source link

A dump-markdown call is failing, without making the build process fail #251

Closed kbara closed 7 years ago

kbara commented 8 years ago
% make
[... lots of things...]
../tools/dump-markdown "ether[&tcp[0]] = tcp[0]" > tcp-address.md.tmp && mv tcp-address.md.tmp tcp-address.md
pcap_compile failed!: syntax error
pcap_compile failed!: syntax error
takikawa commented 7 years ago

I think this behavior is intentional (from commit 06f7c758b5323aff6e7c1cc38b8f14265c3cc30f), but I did notice that the markdown file is misformatted. I went ahead and fixed that in PR #263.

kbara commented 7 years ago

Thanks; this bug is worth closing now.