mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00

This can happen if either there's no network timestamp associated with an event, or there's currently no event being dispatched. Using 0.0 isn't great as it's the normal start timestamp before reading a network packet. Using -1.0 gives the caller a chance to check and realize what's going on.
3 lines
313 B
Text
3 lines
313 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
new_connection add_network_timestamp=T current_event_time=1362692526.869344 network_timestamp=[1362692526.869344]
|
|
new_connection add_network_timestamp=F current_event_time=-1.0 network_timestamp=[]
|