[Wireshark-dev] how to disable dissectors when I build TShark ?

2007-07-03 Thread Jean-Grégoire Foulon
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

Re: [Wireshark-dev] how to disable dissectors when I build TShark ?

2007-07-03 Thread Jean-Grégoire Foulon
On 7/3/07, Sebastien Tandel [EMAIL PROTECTED] wrote: Hi, I would like to know if there is an easy way to disable dissectors when I compile Tshark. No, there isn't. It's not the first time it has been asked here. Unfortunately, there is no development project towards this direction for now

Re: [Wireshark-dev] how to disable dissectors when I build TShark ?

2007-07-05 Thread Jean-Grégoire Foulon
On 7/5/07, Shehjar Tikoo [EMAIL PROTECTED] wrote: Jean-Grégoire Foulon wrote: I just managed to have a lib 50% smaller by removing some protocols. I will try to post a diff file here (or somewhere else) when I have a satisfying result. I think it can be useful for people trying to get

Re: [Wireshark-dev] how to disable dissectors when I build TShark ?

2007-07-10 Thread Jean-Grégoire Foulon
On 7/5/07, Shehjar Tikoo [EMAIL PROTECTED] wrote: Jean-Grégoire Foulon wrote: I just managed to have a lib 50% smaller by removing some protocols. I will try to post a diff file here (or somewhere else) when I have a satisfying result. I think it can be useful for people trying to get

Re: [Wireshark-dev] size of wireshark installation files

2007-07-12 Thread Jean-Grégoire Foulon
-Grégoire Foulon wrote: On 7/9/07, *Guy Harris* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Cruz, Petagay wrote: hi, how can I reduce the size of the wireshark library produced in 'make install'? I built without plugins. what is using all the space? Well