First time here? Check out the FAQ!

Ask Your Question
0

How to disable CLI "Update list of packets in real time" option

asked Jan 25 '1

alangeli gravatar image

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.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered Jan 25 '1

grahamb gravatar image

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
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: Jan 25 '1

Seen: 402 times

Last updated: Jan 25 '21