Wireshark-dev: [Wireshark-dev] how to disable dissectors when I build TShark ?
Hi,
I would like to know if there is an easy way to disable dissectors when I compile Tshark.
I am compiling it for an embedded architecture and libwireshark is a tad too big, I would like to have a much smaller version. I only need some of the protocols. I started to remove dissectors by hand (editing makefiles, source code, etc.) and I am struggling to resolve dependencies problem, I would like to know if there is another way.
Thanks.
JGF