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

Build tshark with decode lib only

0

Hi. What options should be used with ./configure to build only console tool (tshark)? Tshark should be able to decode captured packets?

asked 19 Aug '15, 02:59

insekt's gravatar image

insekt
11224
accept rate: 0%


2 Answers:

1

Run ./configure --help to get all relevant options for your build. In your case, specifically look at options like --disable-wireshark.

answered 19 Aug '15, 03:48

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

Already looked at it. A lot of options but poor descriptions =( Have to dig into sources to understand, don't want to spent too much time on it. Thought code maintainers can help.

(19 Aug '15, 03:52) insekt

If you expect more help, you should be able to at least provide the steps you've taken so far and your current results. With so little information provided, what do you really expect?

As for the descriptions of configure --help options, I think they are rather good and for the most part, self-explanatory. If you're having trouble understanding some, then maybe you could inquire about specific options that are causing you confusion. Surely you're not confused by all of them?

don't want to spent too much time on it. Well, if you don't want to spend too much time on it, why should anyone else want to? To quote Jerry Maguire, "Help me [us] help you".

(19 Aug '15, 10:03) cmaynard ♦♦

0

OK, here's a simpler answer:

./configure --disable-wireshark

answered 19 Aug '15, 14:50

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%