mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
BIT-1941: teach diff-remove-timestamps about time 0
This commit is contained in:
parent
c9ebe725f6
commit
85e46f37ca
3 changed files with 6 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
2.5-722 | 2018-07-03 09:16:37 -0500
|
||||||
|
|
||||||
|
* BIT-1941: teach diff-remove-timestamps about time 0 (Corelight)
|
||||||
|
|
||||||
2.5-721 | 2018-07-02 16:29:21 -0500
|
2.5-721 | 2018-07-02 16:29:21 -0500
|
||||||
|
|
||||||
* BIT-1941: improve reliability of broker.disconnect unit test (Corelight)
|
* BIT-1941: improve reliability of broker.disconnect unit test (Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.5-721
|
2.5-722
|
||||||
|
|
|
@ -9,6 +9,5 @@ else
|
||||||
sed="sed -E"
|
sed="sed -E"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The first sed uses a "basic" regexp, the 2nd a "modern:.
|
$sed 's/(0\.000000)|([0-9]{10}\.[0-9]{2,8})/XXXXXXXXXX.XXXXXX/g' | \
|
||||||
sed 's/[0-9]\{10\}\.[0-9]\{2,8\}/XXXXXXXXXX.XXXXXX/g' | \
|
|
||||||
$sed 's/^ *#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'
|
$sed 's/^ *#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue