First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Seeing the Intelligent Scrollbar

The "Intelligent Scrollbar" in the Packet List pane is a useful feature. However, it seems to have disappeared lately. I'm not sure if it happened when I upgraded from 3.0.0 to 3.0.6, or if it's disappeared for some other reason. I can't see any way to make it reappear. How can it be done?

I'm now using Wireshark 3.0.7. On Windows 7 64-bit.

cmcqueen1975's avatar
5
cmcqueen1975
asked 2019-12-09 00:37:46 +0000, updated 2019-12-09 00:39:14 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0
View -> Colorize Packet List
Chuckc's avatar
3k
Chuckc
answered 2019-12-09 03:51:07 +0000
edit flag offensive 0 remove flag delete link

Comments

There is also a preference that can disable it: gui.packet_list_show_minimap

packet_list.cpp
--------------------
if (!prefs.gui_packet_list_show_minimap) return;
<snip>
if (!overlay.isNull() && recent.packet_list_colorize && pl_rows > 0) {
Chuckc's avatar Chuckc (2019-12-09 04:15:03 +0000) edit
add a comment see more comments
0

Does your packet list show packets with colored backgrounds?

If not, try clicking on the toolbar item that shows a bunch of differently-colored horizontal lines (it'll be to the immediate left of the toolbar item that looks like a magnifying glass with a "+" in the lens of the magnifying glass)?

Guy Harris's avatar
19.9k
Guy Harris
answered 2020-05-15 12:27:10 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer