In-progress commit.
authorJennifer Richards <jennifer@painless-security.com>
Thu, 8 Jun 2017 23:01:54 +0000 (19:01 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Thu, 8 Jun 2017 23:01:54 +0000 (19:01 -0400)
commitf98d872ef431521d9b39b1a362c4697be7f31c04
tree54310df2d77b6a41d9e48837c88fd5134fd11058
parent066de6020d4bc90e8a1a3f84dd5283a7f0eea1a9
In-progress commit.

 * Allow array for filter spec match field
 * Validate filters and filter specs
 * Add filter to TRP_PEER
 * Add filter tests in filt_test.c
 * Add several test filter JSON files
Makefile.am
common/tests/filt_test.c
common/tests/test-filters/invalid-filt-repeated-key.json [new file with mode: 0644]
common/tests/test-filters/invalid-filt-unknown-field.json [new file with mode: 0644]
common/tests/test-filters/valid-filt.json [new file with mode: 0644]
common/tr_config.c
common/tr_filter.c
include/tr_filter.h
include/trp_ptable.h
trp/trp_ptable.c