mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
added 'g' $history character for content gaps
This commit is contained in:
parent
93d384adeb
commit
915189a06a
13 changed files with 61 additions and 33 deletions
|
@ -134,6 +134,9 @@ void TCP_Reassembler::Gap(uint64 seq, uint64 len)
|
|||
// The one opportunity we lose here is on clean FIN
|
||||
// handshakes, but Oh Well.
|
||||
|
||||
if ( established(endp, endp->peer) )
|
||||
endp->Gap(seq, len);
|
||||
|
||||
if ( report_gap(endp, endp->peer) )
|
||||
{
|
||||
val_list* vl = new val_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue