mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Fixing pack_scale and time-as-int.
Also removing now unneccessary canonifier script, and updating test baselines.
This commit is contained in:
parent
00b592f933
commit
fabe891d4f
8 changed files with 144 additions and 151 deletions
|
@ -1,5 +1,5 @@
|
|||
<ExtentType name="ssh" version="1.0" namespace="bro-ids.org">
|
||||
<field type="double" name="t" pack_relative="t" pack_scale="1000" pack_scale_warn="no"/>
|
||||
<field type="double" name="t" pack_relative="t" pack_scale="1e-6" print_format="%.6f" pack_scale_warn="no"/>
|
||||
<field type="variable32" name="id.orig_h" pack_unique="yes"/>
|
||||
<field type="int64" name="id.orig_p" />
|
||||
<field type="variable32" name="id.resp_h" pack_unique="yes"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue