[tcpdump-workers] modify the packet payload and inject with original headers

2012-07-16 Thread Mamatha
Hi, 1.Trying to do API capture the packets from one of virtual interface and modify the packets payload and injecting to other interface with original headers + modified payload 2.I got payload from packet header and modifying the payload and Injected to other interface. using Inject function I

[tcpdump-workers] Cross compilation of tcpdump 4.3

2012-07-16 Thread Geoffrey Bugniot
Hi, I've just successfully cross compile libpcap 4.3 for powerpc. I did: $ ./configure --host=powerpc-linux --with-pcap=linux --prefix=/my/folder/ $ make $ make install But I'm not able to cross compile tcpdump: the configure script is always looking for /usr/local/ instead of /my