|
Re: RE: launch services like ftpd with io-pkt
|
04/10/2008 9:22 AM
post6600
|
Re: RE: launch services like ftpd with io-pkt
> On Thu, Apr 10, 2008 at 05:30:23AM -0400, j v wrote:
> > I wonder, my application uses a homemade library which uses libpcap so I
> think I have to recompile it with io-pkt.
> > But do I have to recompile other libraries like libexpat or libpcap?
>
> You should use the libpcap that comes with io-pkt.
> If you think you've found an issue with it, I'd
> be happy to look at a test case.
>
> Regards,
>
> -seanb
I think it is quite ok. At last, I have managed to run my application, indeed using the io-pkt libpcap.
Though I have noticed a small bug in the source code, there is a double declaration of bpf_filter: in stage/usr/include/
net/bpf.h and in stage/usr/include/pcap.h. But it can be corrected by just erasing the declaration of bpf_filter in net
/bpf.h.
Regards
|
|
|