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
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