mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Conn: In-place val flip and connection_flipped()
Avoids loosing state on a connection value when a connection is flipped. Fixes up the NTP baseline as well where this was visible: analyzer_confirmation_info() was raised for a connection value which was immediately forgotten due to the subsequent connection flipping. Closed #3028
This commit is contained in:
parent
640bd4e065
commit
a2214ad611
6 changed files with 80 additions and 2 deletions
|
@ -7,5 +7,5 @@
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p proto service duration orig_bytes resp_bytes conn_state local_orig local_resp missed_bytes history orig_pkts orig_ip_bytes resp_pkts resp_ip_bytes tunnel_parents
|
||||
#types time string addr port addr port enum string interval count count string bool bool count string count count count count set[string]
|
||||
XXXXXXXXXX.XXXXXX CHhAvVGS1DHFjwGM9 192.168.1.95 123 17.253.4.253 123 udp - 0.959285 96 0 S0 T F 0 D^ 2 152 0 0 -
|
||||
XXXXXXXXXX.XXXXXX CHhAvVGS1DHFjwGM9 192.168.1.95 123 17.253.4.253 123 udp ntp 0.959285 96 0 S0 T F 0 D^ 2 152 0 0 -
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue