mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Extending rexmit_inconsistency() event to receive an additional
parameter with the packet's TCP flags, if available.
This commit is contained in:
parent
88a4683d22
commit
a83d97937e
14 changed files with 53 additions and 51 deletions
|
@ -204,7 +204,7 @@ int TCP_Endpoint::DataSent(double t, uint64 seq, int len, int caplen,
|
|||
if ( contents_processor )
|
||||
{
|
||||
if ( caplen >= len )
|
||||
status = contents_processor->DataSent(t, seq, len, data);
|
||||
status = contents_processor->DataSent(t, seq, len, data, TCP_Flags(tp));
|
||||
else
|
||||
TCP()->Weird("truncated_tcp_payload");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue