mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +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
|
@ -187,6 +187,7 @@ public:
|
|||
#define HIST_ACK_PKT 0x20
|
||||
#define HIST_MULTI_FLAG_PKT 0x40
|
||||
#define HIST_CORRUPT_PKT 0x80
|
||||
#define HIST_RXMIT 0x100
|
||||
int CheckHistory(uint32 mask, char code);
|
||||
void AddHistory(char code);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue