iOS Network Packet Analyzer app -


i need start developing ios application need capture , analyze network traffic connecting devices. replacing java based desktop application same thing using jpcap: http://netresearch.ics.uci.edu/kfujii/jpcap/doc/index.html

from can find out, jpcap uses c/c++ library job done. problem running not knowing how can use jpcap in ios applications since java based though based on c/c++ objective-c superset of.

if can give me ideas on how can done or if there other api's native objective-c, appreciate it.

thanks


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -