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

How can I configure WS to always display the last packet in realtime in the detailswindow

When I want to see the contents of a packet (the detailswindow) I have to click the 'last' packet in live scrolling. 'Last', because there will be new packets already helas.

Can I somehow have the detailspane show that last packet in realtime?

Tournesol's avatar
1
Tournesol
asked 2023-01-01 10:14:33 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

As you probably realised 'last' becomes a fast changing designator with even moderate network traffic already. Therefore triggering detailed dissection of each last packet would lead to a significant refresh rate of the packet details pane, rendering it useless to view (and perhaps migraine inducing). Therefore such setting does not exist. You may be able to reproduce the effect using tshark in a terminal window by selecting detailed dissection (-V and possibly -O), but again, the scrolling would reduce usability.

Jaap's avatar
13.7k
Jaap
answered 2023-01-02 06:42:26 +0000
edit flag offensive 0 remove flag delete link

Comments

As you probably realised 'last' becomes a fast changing designator with even moderate network traffic already. Therefore triggering detailed dissection of each last packet would lead to a significant refresh rate of the packet details pane,

Where "refresh" means "change the packet that's being displayed" - if the traffic is coming in fast enough, and you want to see how the most recently-arrived packet is dissected, all I have to see is "blink andyou'll miss it" - the packet might not stay selected long enough for your visual cortex to handle it, much less long enough for your neocortex to handle it. (If Wireshark can do more than 30 updates of that pane per second, it might make an interesting movie, however.... :-))

I suppose we could offer it and limit the number of changes to the selection of once every 30 seconds or whatever rate a human (other than these ... (more)

Guy Harris's avatar Guy Harris (2023-01-03 06:58:26 +0000) edit

I suppose we could offer it and limit the number of changes to the selection of once every 30 seconds or whatever rate a human (...) can handle.

Which will become a race to the bottom, eventually. I can see the questions already: "why can't the refresh rate be set to infinite?"

Jaap's avatar Jaap (2023-01-03 09:25:42 +0000) edit

"Infinite" as in "once every infinite amount of time", meaning "never change the selection", which we already offer, or "update as fast as you can", which would be somewhat hilarious if somebody did that and complained because they hadn't hit the barrier at the edge of the galaxy and couldn't keep up?

Guy Harris's avatar Guy Harris (2023-01-03 09:51:50 +0000) edit

That's going to depend on whether they are a trekkie or not.

Jaap's avatar Jaap (2023-01-03 12:24:58 +0000) edit
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