mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

The istate tests now all pass except for the SSL one. Still need to figure out why it fails.
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Replace anything which looks like timestamps with XXXs.
|
|
|
|
sed 's/[0-9]\{10\}\.[0-9]\{2,8\}/XXXXXXXXXX.XXXXXX/g'
|