I am trying to build and run Wireshark from source code on Ubuntu. I would like to know the main file in the source code which launches the application The documentation says that i can execute the source code after build by running: $ WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ./wireshark But i also need to know the file which is launching the application. Thanks asked 25 Aug '14, 11:41 ssayed1 |
One Answer:
For the gtk version, program execution begins with answered 26 Aug '14, 12:14 cmaynard ♦♦ |
Please refrain from asking the same question more than once.