bird/filter
Maria Jan Matejka 5a14df3950 Filter: Instruction codes named as enum
The two-letter instructions were quite messy but they could be easily
read from memory dumps. Now GDB (since 2012) supports pretty printing
enum values and GCC checks the switch construction for missing enum
values so we are converting the nice two-byte values to enums.

Anyway, the enum still keeps the old two-byte values to be able to read
the instruction codes even without GDB from plain memory dump.
2018-03-13 16:29:33 +01:00
..
config.Y Filter: Instruction codes named as enum 2018-03-13 16:29:33 +01:00
Doc Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
f-util.c Filter: Instruction codes named as enum 2018-03-13 16:29:33 +01:00
filter.c Filter: Instruction codes named as enum 2018-03-13 16:29:33 +01:00
filter.h Filter: Instruction codes named as enum 2018-03-13 16:29:33 +01:00
Makefile Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
test.conf Filter test: typo fix 2017-11-09 15:04:05 +01:00
test.conf.inc Implements wildcard matching in config file include. 2012-07-18 19:29:33 +02:00
test.conf2 Allow matching on enums: 2000-06-01 08:32:49 +00:00
test6.conf Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
tree.c Minor code cleanups 2016-11-08 17:46:29 +01:00
trie.c Tree/Trie: Check the end of buffer 2016-10-11 21:25:21 +02:00