Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Armin Wasicek
Nope, I checked back. I also installed the latest version of automake and autoconf. Jaap Keuter wrote: Hi, I think you missed some steps in chapter 3. These are for pointing configure and make to your new plugin directory. Thanx, Jaap On Fri, 12 Jan 2007, Armin Wasicek wrote:

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Joerg Mayer
On Wed, Jan 17, 2007 at 12:32:44PM +0100, Armin Wasicek wrote: Nope, I checked back. I also installed the latest version of automake and autoconf. Please send the output of ./autogen.sh and, if the above step worked, the output of ./configure to this list. Ciao Joerg -- Joerg

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Armin Wasicek
Now I ran ./autogen.sh followed by ./configure, which generated a Makefile for my plugin. Currently I am compiling the stuff.. Thanks for helping! I suggest to add two points to the README.plugin file, which I found a little hard to figure out: * use of a current (=1.9) version of automake

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Sebastien Tandel
It is not the purpose of README.plugin to describe how to compile wireshark from svn. In fact, there is a good developer manual on the web which is a 'HowTo develop in wireshark' and even how to compile wireshark from the svn. (automake 1.6.3 is working perfectly) Regards, Sebastien Tandel

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Armin Wasicek
It is not the purpose of README.plugin to describe how to compile wireshark from svn. What's its purpose then? Let me quote the file's section 4, which says ./configure --prefix=${HOME}/build/root;make install Just adding one line before (./autogen.sh), could help someone, that's all

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Sebastien Tandel
Armin Wasicek wrote: It is not the purpose of README.plugin to describe how to compile wireshark from svn. What's its purpose then? Let me quote the file's section 4, which says ./configure --prefix=${HOME}/build/root;make install Just adding one line before (./autogen.sh),

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Jaap Keuter
Hi, When time permits I'll rewrite chapter 4, since the thing about running Wireshark in the build directory has been changed (dare I say improved) by Guy Harris recently. Thanx, Jaap On Wed, 17 Jan 2007, Sebastien Tandel wrote: Armin Wasicek wrote: It is not the purpose of README.plugin to

[Wireshark-dev] write plugin following README.plugins

2007-01-12 Thread Armin Wasicek
Hello! I just tried to migrate an old (working) etherreal plugin following the guide in doc/README.plugins to the wireshark-0.99.4 source. I followed all steps, but unfortunately the ./configure tool generates no Makefile (and no config.status: creating plugins/xxx/Makefile line). Is the

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-12 Thread Jaap Keuter
Hi, I think you missed some steps in chapter 3. These are for pointing configure and make to your new plugin directory. Thanx, Jaap On Fri, 12 Jan 2007, Armin Wasicek wrote: Hello! I just tried to migrate an old (working) etherreal plugin following the guide in doc/README.plugins to the