Report this

What is the reason for this report?

How to run Wireshark from Ubuntu Command Line

Posted on September 16, 2016
lrud

By lrud

I have installed wireshark to my Ubuntu server but when running from the command line using this simple example:

 wireshark -k -a duration:120 -w wireshark_results

I get a display error:

 ** (wireshark:32689): WARNING **: Could not open X display

 (wireshark:32689): Gtk-WARNING **: cannot open display: :0.0

This was after running: DISPLAY=:0.0; export DISPLAY

What do I need to do to setup Wireshark on Ubuntu on DigitalOcean to capture packet data to file?

Thanks,

Luke



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @lrud:

Never mind. I’ve found tshark. That’ll do! Cheers.

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.