Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 21:30:01 -0400
From:      "R. M. Los" <Ralph@boundariez.com>
To:        freebsd-questions@freebsd.org
Subject:   Trying to compile Kismet...failing - help?
Message-ID:  <1081906086.12956.5.camel@frog.boundariez.com>

next in thread | raw e-mail | index | archive | help
'lo all...trying to get Kismet compiled on this laptop, and when I try
to build from source I get this...  I've got libpcap installed,
etc.....but it still fails:

<ERROR>
21:15:10 ralph@~/download/kismet-2004-04-R1 $ gmake
g++ -Ilibpcap-0.7.2 -O2 -Wall -DVERSION_MAJOR=\"2004\"
-DVERSION_MINOR=\"04\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat
TIMESTAMP`\" -g -O2 -g -O2 -c pcapsource.cc -o pcapsource.o
pcapsource.cc: In member function `virtual int
   PcapSource::FetchPacket(kis_packet*, uint8_t*, uint8_t*)':
pcapsource.cc:224: warning: unused variable `int ret'
pcapsource.cc: In member function `virtual int
PcapSourceRadiotap::OpenSource()
   ':
pcapsource.cc:918: error: `pcap_set_datalink' undeclared (first use this
   function)
pcapsource.cc:918: error: (Each undeclared identifier is reported only
once for
   each function it appears in.)
pcapsource.cc: In member function `bool
PcapSourceRadiotap::CheckForDLT(int)':
pcapsource.cc:929: error: `pcap_list_datalinks' undeclared (first use
this
   function)
gmake: *** [pcapsource.o] Error 1
</ERROR>

To my non-guru mind it looks as if it's a code error internal to the
application I'm trying to make.  Could someone confirm for me, if I'm
right or wrong?

Thanks.

-- 
Mr. R M Los - Information Security Consultant
Ralph (at) boundariez (dot) com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1081906086.12956.5.camel>