Re: [tcpdump-workers] Inject payload with crypto algorithms

2012-06-26 Thread Esteban Pellegrino
You should specify what version of libpcap you are using and the OS. On last ubuntu with libpcap 1.1.1 pcpa_inject is defined on pcap/pcap.h and I can successfully link that function with my code. Best, Esteban On Tue, Jun 26, 2012 at 1:49 AM, Mamatha wrote: > Hi, > > I am implementing o

Re: [tcpdump-workers] Inject payload with crypto algorithms

2012-06-26 Thread Guy Harris
On Jun 25, 2012, at 9:49 PM, Mamatha wrote: > I am implementing one application using libpcap but I am unble to > use pcap_inject is failing it showing undefined reference to this > function...I searched header file also The function is not avalible.. It *isn't* available in libpcap prior

[tcpdump-workers] Inject payload with crypto algorithms

2012-06-26 Thread Mamatha
Hi, I am implementing one application using libpcap but I am unble to use pcap_inject is failing it showing undefined reference to this function...I searched header file also The function is not avalible.. My requirement: case1: I h