Soooo my friends 
i have solved >all< issues, i have a worked ettercap on my iphone FW 3.0 
I dont know how i can make a DEB file but i have written a install txt and packed my customized ettercap source code into a tar.gz
you can find the tar.gz with all informations here :
http://o-h-m-a-n-n.de/ettercap-for-i...y-hyp3r.tar.gz
and here the install instruction :
Code:
Install Ettercap on Iphone/Ipod ;)
Fixed and customized by Hyp3r for the world ;)
##################################
Activate gcc
sysctl -w security.mac.proc_enforce=0 security.mac.vnode_enforce=0
Install toolchain
apt-get install com.bigboss.20toolchain
(If you dont find this package, use google to find install information to install toolchain 2.0 on FW3.0)
Header includes links
ln -s /var/include/* /usr/include
Install iconv
tar xfvz libiconv-1.13.1.tar.gz
cd libiconv-1.13.1
./configure --prefix=/usr/local
make
make install
Install customized Ettercap
tar xfvz ettercap-NG-0.7.3.tar.gz
cd ettercap-NG-0.7.3
./configure
make
make install
Done ;)
Note :
I must manipulate the ec_format.c file to solve the iconv symbol link problems,
so we have now maybe a utf8 problem (maybe) God i a "THX Hyp3r" from YOU for this 3 day hard work ? 
Grezz Amigos !
Bookmarks