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 |
One Answer:
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 ♦ |