added 'g' $history character for content gaps

This commit is contained in:
Vern Paxson 2019-04-17 14:20:48 -07:00
parent 93d384adeb
commit 915189a06a
13 changed files with 61 additions and 33 deletions

View file

@ -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;