• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
pcap programming
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pcap programming


  • Subject: pcap programming
  • From: Syphor <email@hidden>
  • Date: Thu, 28 Aug 2003 20:24:37 +1000

Hey all,
I have tried to install libpcap manuall on my MacOS X machine (10.2.6). I have done the usual...

sudo -s
./configure ppc
make
make install

then I try to compile this simple program.

#include <stdio.h>
#include <pcap.h>

int main( int argc, char* argv )
{
char *dev;
dev = pcap_lookupdev(argv[1]);
printf("Device: %s\n", dev);
return(0);
}

and i get the following error... i have nfi whats wrong :/

ld: Undefined symbols:
_pcap_lookupdev

The version of libpcap i compiled was 0.7.1
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: pcap programming
      • From: Damien Pacaud <email@hidden>
  • Prev by Date: Re: about NSStringEncoding
  • Next by Date: Re: Confusion about transparent windows
  • Previous by thread: Re: about NSStringEncoding
  • Next by thread: Re: pcap programming
  • Index(es):
    • Date
    • Thread