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 to disable CLI "Update list of packets in real time" option

  • retag add tags

The documentation explains how to enable "Update list of packets in real time" using a CLI command but how we can disable it because this option is enable by default.

-S This option specifies that Wireshark will display packets as it captures them. This is done by capturing in one process and displaying them in a separate process. This is the same as “Update list of packets in real time” in the “Capture Options” dialog box.

alangeli's avatar
1
alangeli
asked 2021-01-25 15:07:13 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Using the -o <name>:<value> option to set the required preference, in this case capture.real_time_update, e.g.

 wireshark ... -o capture.real_time_update:FALSE
grahamb's avatar
23.8k
grahamb
answered 2021-01-25 16:02:01 +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