mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Removing location information from ssh.log in external tests.
This commit is contained in:
parent
18ba9a1626
commit
1164fdfb46
3 changed files with 42 additions and 1 deletions
|
@ -8,6 +8,10 @@ if [ "$1" == "capture_loss.log" ]; then
|
|||
addl="`dirname $0`/diff-remove-fractions"
|
||||
fi
|
||||
|
||||
if [ "$1" == "ssh.log" ]; then
|
||||
addl="`dirname $0`/diff-remove-fields remote_location"
|
||||
fi
|
||||
|
||||
`dirname $0`/diff-remove-timestamps \
|
||||
| `dirname $0`/diff-remove-uids \
|
||||
| `dirname $0`/diff-remove-file-ids \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue