IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label filtering. Show all posts
Showing posts with label filtering. Show all posts

Saturday, February 23, 2013

iOS Packet filtering

Hello!

 

I'm here mainly to have a question answered and see what discussion may come from it. I bit of a background - I'm looking to make an iOS application that can monitor incoming/outgoing network traffic by packet inspection. My question is simply: is this possible? I've read on various forums about people attemping something similar with no success, however, I figured I'd give Apple forums a shot before I called this a total dud. I should also mention that this app must run on it's own; that is, without another device assisting. For example, I know there are a few nifty apps one could download and install on his or her mac to act as a proxy for any particular device and just track traffic through the proxy. I do not want to take this approach. My question is about whether an app can do this on it's own.

 

I am aware that the iPad has the VPN capabilites built in natively and that the iPhone does not. Are there any libraries or an API I should take a look at to get a start on this?

 

I appreciate any help!

 

Thanks!


View the original article here

Re: iOS Packet filtering

If this level of access to the network stack were allowed in iOS, there is a good bet there would be a Wireshark iOS app. This page explains why there is not. Skip past the GPL issue to the root access issue.

 

http://wiki.wireshark.org/MobileDevices


View the original article here

Thursday, February 21, 2013

iOS Packet filtering

Hello!

 

I'm here mainly to have a question answered and see what discussion may come from it. I bit of a background - I'm looking to make an iOS application that can monitor incoming/outgoing network traffic by packet inspection. My question is simply: is this possible? I've read on various forums about people attemping something similar with no success, however, I figured I'd give Apple forums a shot before I called this a total dud. I should also mention that this app must run on it's own; that is, without another device assisting. For example, I know there are a few nifty apps one could download and install on his or her mac to act as a proxy for any particular device and just track traffic through the proxy. I do not want to take this approach. My question is about whether an app can do this on it's own.

 

I am aware that the iPad has the VPN capabilites built in natively and that the iPhone does not. Are there any libraries or an API I should take a look at to get a start on this?

 

I appreciate any help!

 

Thanks!


View the original article here