This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to compile/build Wireshark 1.65 on RHEL?

0

The Quick Setup only provided for UNIX and Windows. For UNIX, it did not give enough information on how to compile/build the wireshark exact what it gives the instruction for Windows.

The reason why I ask for the instruction on how to compile/build wireshark is because I need to run Fortify against wireshark on RHEL (Red Hat Enterprise Linux).

asked 16 Apr '12, 12:28

Turyturbo's gravatar image

Turyturbo
1111
accept rate: 0%


One Answer:

0

Basically ensure all the prerequisites are available and then either follow the instructions in the dev guide or use CMake (mkdir build; cd build; cmake path/to/source; make).

answered 16 Apr '12, 13:04

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%