mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Excluding log fields of name mime_type for comparision.
This is because libmagic can return different results depending on installation. Note, this still doesn't fix all problems: smtp-entities sets md5 depending on the mime-type returned by libmagic ...
This commit is contained in:
parent
3a3f58d5df
commit
cb2cb117d0
3 changed files with 27 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# A diff canonifier that removes all connection UIDs.
|
||||
|
||||
BEGIN { IFS="\t"; OFS="\t"; }
|
||||
BEGIN { FS="\t"; OFS="\t"; }
|
||||
|
||||
column > 0 {
|
||||
$column = "XXXXXXXXXXX";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue