Ethereal-dev: Re: [Ethereal-dev] dissect_ncp_{request,reply}

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 13 Oct 2000 09:35:21 -0400
On Fri, Oct 13, 2000 at 05:54:31PM +0900, Jun-ichiro itojun Hagino wrote:
> 	where are the following functions defined?  i don't see them
> 	defined anywhere in the tree.
> 
> itojun
> 
> /home/itojun/work/ethereal/ethereal/packet-ncp.c:310: undefined reference to `dissect_ncp_request'
> /home/itojun/work/ethereal/ethereal/packet-ncp.c:314: undefined reference to `dissect_ncp_reply'
> 

In packet-ncp2222.inc, which gets #included in packet-ncp2222.c,
which is created by ncp2222.py. Our build setup fails to recognize
that python is not installed, and I need to fix this.

Do you have python installed on your machine?

--gilbert