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:
Robin Sommer 2016-07-06 13:46:06 -07:00
parent 1d7bca21e4
commit 394b16e1f2
9 changed files with 83 additions and 24 deletions

View file

@ -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)
## ====== ====================================================