I want to make an iPad app that analyze the data traffic using: "tcpdump" The app should be somehow a implementation/adaptation/wrapper the/for the "tcpdump" command.
I zapped through the http://www.tcpdump.org/, but I want to save time, so I want ask you for some guidelines in order to solve this.
Is there any wrapper "libpcap" library for objective-c? Or any other API that handles the "tcpdump" command in iOS.
How do I use a C/C++ library in an iPhone/iPad app?
Thanks in advance.