mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Portability fixes.
- Fix for time-as-int on 32-bit systems. - Skipping ds2txt's index output for test diffing, as it seems non-portable.
This commit is contained in:
parent
be6567f437
commit
99db264775
12 changed files with 13 additions and 137 deletions
|
@ -25,19 +25,10 @@
|
|||
<!-- status : string -->
|
||||
<!-- country : string -->
|
||||
|
||||
extent offset ExtentType
|
||||
40 DataSeries: XmlType
|
||||
436 ssh
|
||||
644 DataSeries: ExtentIndex
|
||||
# Extent, type='ssh'
|
||||
t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
1337058239.030366 1.2.3.4 1234 2.3.4.5 80 success unknown
|
||||
1337058239.030366 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
1337058239.030366 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
1337058239.030366 1.2.3.4 1234 2.3.4.5 80 success BR
|
||||
1337058239.030366 1.2.3.4 1234 2.3.4.5 80 failure MX
|
||||
# Extent, type='DataSeries: ExtentIndex'
|
||||
offset extenttype
|
||||
40 DataSeries: XmlType
|
||||
436 ssh
|
||||
644 DataSeries: ExtentIndex
|
||||
1337216256.956476 1.2.3.4 1234 2.3.4.5 80 success unknown
|
||||
1337216256.956476 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
1337216256.956476 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
1337216256.956476 1.2.3.4 1234 2.3.4.5 80 success BR
|
||||
1337216256.956476 1.2.3.4 1234 2.3.4.5 80 failure MX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue