Ask Your Question
0

How to build and install tshark without Wireshark?

asked 2019-10-25 12:33:36 +0000

finciroglu gravatar image

updated 2019-10-25 12:52:45 +0000

grahamb gravatar image

Hi there, I am busy with Linux From Scratch. I am struggling to install tshark without any gui(Qt5 and Xorg Libraries) because I want to use lightweight version of Wireshark. Is it possible?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2019-10-25 12:51:52 +0000

grahamb gravatar image

You control the build via CMake options. From the Wireshark Developers Guide:

-DBUILD_wireshark=OFF

Don’t build the Wireshark GUI application. Each command line utility has its own BUILD_xxx flag as well. For example, you can use -DBUILD_mmdbresolve=OFF to disable mmdbresolve.

edit flag offensive delete link more

Your Answer

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

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-10-25 12:33:36 +0000

Seen: 2,407 times

Last updated: Oct 25 '19