Wireshark-bugs: [Wireshark-bugs] [Bug 9419] don't dissect packets when clearing filter
Date: Sun, 24 Nov 2013 12:43:00 +0000

Comment # 8 on bug 9419 from
(In reply to comment #4)

> > 2/ You missed checking for TAPs, AFAIR it can breaks some statistics which
> > limits their output to active dfilter (like Statistics -> Conversation) can
> > you confirm if it's an issue?
> It's not an issue, the line
>  create_proto_tree = (dfcode != NULL || have_tap );
> deals with that.

Hmm, what if TAP don't limit output to display filter?
let's test: Statistics -> Conversation List -> Ethernet

0/ open Statistics -> Conversation List -> Ethernet
1/ filter with, anything like: '!frame'
2/ clear filter

Before patches after 0/, 1/, 2/ output is the same.
After applying 0/, 1/ is the same, 2nd scenario output is empty.


If we don't care about it, it's fine for me, we just need to know about such
scenarios.

Kuba.


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