mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Extend external test suite canonifier with set-sorting logic
Two new canonifiers: one to sort the contents of conn.log "service" field and another to sort the contents of any field of type "set".
This commit is contained in:
parent
94aee910d5
commit
67835a6520
3 changed files with 124 additions and 0 deletions
|
@ -23,6 +23,8 @@ fi
|
|||
| `dirname $0`/diff-remove-uids \
|
||||
| `dirname $0`/diff-remove-file-ids \
|
||||
| `dirname $0`/diff-remove-x509-names \
|
||||
| `dirname $0`/diff-sort-conn-service \
|
||||
| `dirname $0`/diff-sort-set-elements \
|
||||
| `dirname $0`/diff-sort \
|
||||
| eval $addl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue