Commit 6f477be6 authored by robertdavidgraham's avatar robertdavidgraham
Browse files

#81 don't update 'found' count with RSTs

parent f484a5ba
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -910,6 +910,8 @@ receive_thread(void *v)
            /* verify: ignore duplicates */
            if (dedup_is_duplicate(dedup, ip_them, port_them, ip_me, port_me))
                continue;

            if (TCP_IS_SYNACK(px, parsed.transport_offset))
                (*status_synack_count)++;

            /*