Wireshark-bugs: [Wireshark-bugs] [Bug 9817] Provide a way to clear the capture window without re
Date: Fri, 28 Feb 2014 19:46:56 +0000

Comment # 3 on bug 9817 from
(In reply to comment #2)
> It means to clear the display.

The display shows the (possibly improper) subset of captured packets that pass
the currently-active filter (if any; if none, all packets "pass", hence
"possibly improper").

Thus, there are two ways to "clear the display", in the sense of having no
packets shown:

    1) have a filter that matches no packets;

    2) permanently discard all the captured packets.

> If that means discarding all captured packets, then yes, that sounds about
> right.

That's choice number 2.

> Is that the same as restarting the running live capture?

If you are currently running a live capture, and want to clear the display but
continue to capture, the only conceivable way to do that would be to restart
the capture - because doing that amounts to restarting the capture, so it's not
as if it's logically possible to implement that *except* by restarting the
capture.

If you are currently running a live capture, and want to *stop* capturing and
clear the display, that would be done by stopping the capture and then closing
it.

If you're finished capturing, and want to clear the display, that would be done
by closing the capture.


You are receiving this mail because:
  • You are watching all bug changes.