mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Flagging retransmissions in connection history.
This adds a t/T letter for the first TCP payload retransmission from originator or responder, respectively. Addresses BIT-977.
This commit is contained in:
parent
1d7bca21e4
commit
394b16e1f2
9 changed files with 83 additions and 24 deletions
|
@ -87,6 +87,7 @@ export {
|
|||
## f packet with FIN bit set
|
||||
## r packet with RST bit set
|
||||
## c packet with a bad checksum
|
||||
## t packet with retransmitted payload
|
||||
## i inconsistent packet (e.g. FIN+RST bits set)
|
||||
## q multi-flag packet (SYN+FIN or SYN+RST bits set)
|
||||
## ====== ====================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue