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:

   
 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 guide up to date and what could I have possibly missed?

 Cheers
 Armin

 

 ___
 Wireshark-dev mailing list
 Wireshark-dev@wireshark.org
 http://www.wireshark.org/mailman/listinfo/wireshark-dev

   

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


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 Mayer   [EMAIL PROTECTED]
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


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
 * execute ./autogen.sh followed by ./configure

Cheers, Armin


Joerg Mayer wrote:
 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
   

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


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

Armin Wasicek wrote:
 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
  * execute ./autogen.sh followed by ./configure

 Cheers, Armin


 Joerg Mayer wrote:
   
 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
   
 

 ___
 Wireshark-dev mailing list
 Wireshark-dev@wireshark.org
 http://www.wireshark.org/mailman/listinfo/wireshark-dev
   

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


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 I'm saying.


 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

 Armin Wasicek wrote:
   
 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
  * execute ./autogen.sh followed by ./configure

 Cheers, Armin


 Joerg Mayer wrote:
   
 
 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
   
 
   
 ___
 Wireshark-dev mailing list
 Wireshark-dev@wireshark.org
 http://www.wireshark.org/mailman/listinfo/wireshark-dev
   
 

 ___
 Wireshark-dev mailing list
 Wireshark-dev@wireshark.org
 http://www.wireshark.org/mailman/listinfo/wireshark-dev

   

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


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), could help someone, that's 
 all I'm saying.
   
autogen.sh must only be executed while downloading the source from svn ...

If you have to describe the entire doc of 'how to compile wireshark'
(lib dependencies, instructions to execute, when downloaded from svn,
for win32 or unix, ...) for each doc on howto code into specific parts
of wireshark (dissector, plugin, use of emem, wiretap, ...), it would be
a mess and impossible to manage.

A pointer to the doc on the web could be more useful ...

Regards,

Sebastien Tandel
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


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 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 I'm saying.
 
 autogen.sh must only be executed while downloading the source from svn ...

 If you have to describe the entire doc of 'how to compile wireshark'
 (lib dependencies, instructions to execute, when downloaded from svn,
 for win32 or unix, ...) for each doc on howto code into specific parts
 of wireshark (dissector, plugin, use of emem, wiretap, ...), it would be
 a mess and impossible to manage.

 A pointer to the doc on the web could be more useful ...

 Regards,

 Sebastien Tandel


___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


[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 guide up to date and what could I have possibly missed?

Cheers
Armin




___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


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 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 guide up to date and what could I have possibly missed?

 Cheers
 Armin


___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev