'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 [EMAIL PROTECTED]/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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
