Browse Source

nfqws: fix seqovl>=split_pos message

pull/1821/head
bol-van 9 months ago
parent
commit
80b801c1ca
  1. 2
      nfq/desync.c

2
nfq/desync.c

@ -2281,7 +2281,7 @@ static uint8_t dpi_desync_tcp_packet_play(bool replay, size_t reasm_offset, uint
if (i == 0) if (i == 0)
{ {
if (seqovl_pos >= from) if (seqovl_pos >= from)
DLOG("seqovl>=split_pos (%zu>=%zu). cancelling seqovl for part %d.\n", seqovl, from, i + 2); DLOG("seqovl>=split_pos (%zu>=%zu). cancelling seqovl for part %d.\n", seqovl_pos, from, i + 2);
else else
{ {
seqovl = seqovl_pos; seqovl = seqovl_pos;

Loading…
Cancel
Save