mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Fixing a bug with MIME entity hashing.
This commit is contained in:
parent
ed3b0bb0bd
commit
1ac65f44d2
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ event mime_end_entity(c: connection) &priority=-3
|
|||
c$mime$md5 = md5_hash_finish(c$id);
|
||||
|
||||
NOTICE([$note=MD5, $msg=fmt("Calculated a hash for a MIME entity from %s", c$id$orig_h),
|
||||
$sub=c$http$md5, $conn=c]);
|
||||
$sub=c$mime$md5, $conn=c]);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue