Bug ID |
10774
|
Summary |
After changed with the prompt box, filter is only applied when user clicks on it
|
Product |
Wireshark
|
Version |
1.12.2
|
Hardware |
Other
|
OS |
FreeBSD
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
GTK+ UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
wireshark-1.12.2
from ports on FreeBSD 10.1
--
Here is what I do when I observe the problem
1. I set the filter "tcp.port == 9999 || udp.port == 9999"
2. Pick some packet and select "Follow TCP stream"
3. Close the stream view window, filter by itself changes to "tcp.stream eq NN"
4. Click on the prompt box to the right of the filter, and select the previous
filter (for port 9999)
5. Stop/Start capture
6. PROBLEM: Filter for port 9999 doesn't work at this point. I have to hit
ENTER key on it to make it work.
So, the filter string that is displayed (after the change using the prompt box)
doesn't correspond to what filter is actually applied, until the user hits
ENTER on it.
You are receiving this mail because:
- You are watching all bug changes.