English 中文(简体)
倾斜执行/适应
原标题:tcpdump implementation/adaptation

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.

  1. Is there any wrapper "libpcap" library for objective-c? Or any other API that handles the "tcpdump" command in iOS.

  2. 我如何使用一个Pipe/iPad式的C/C++图书馆?

提前感谢。

最佳回答
问题回答

暂无回答




相关问题
need help regarding a packet capture program

The following is a program that captures TCP packets < port 80 > and prints header related information in the console for every packet. I have also included a timer , so that after every 1000 ...

writing a http sniffer

I would like to write a program to extract the URLs of websites visited by a system (an IP address) through packet capture.. I think this URL will come in the data section ( ie not in any of the ...

which language is better for packet capturing and processing

I want to write a program that has 2 threads , one thread continuously captures packets from the network and dumps them in a buffer every t seconds and the other thread continuously reads this buffer ...

热门标签