Will there be a release of wireshark that I can run from my iPad?

asked 26 Dec '10, 17:36

Emory's gravatar image

Emory
1111
accept rate: 0%

edited 01 Jan '11, 13:14

Guy%20Harris's gravatar image

Guy Harris ♦♦
7.7k11898


So far the best you can do is visit CloudShark.

link

answered 27 Dec '10, 11:55

Jaap's gravatar image

Jaap ♦
6.0k568
accept rate: 11%

If you'd want to use Wireshark to capture network traffic, that would require that iOS support the user of libpcap in applications. There's no technical reason why it couldn't support libpcap, but, by default, the BPF devices that libpcap uses on Darwin (the UN*X core of Mac OS X and iOS) can only be opened by root, and a program requiring root privileges is unlikely to make it to the App Store, so either Apple would have to provide a way to allow non-privileged apps to use BPF (and libpcap) or it would have to be supported only on jailbroken iPads.

A Cocoa Touch UI would also have to be written; that would be a non-trivial undertaking.

It also wouldn't support plugins (again, unless it's only for jailbroken iPads).

link

answered 01 Jan '11, 10:22

Guy%20Harris's gravatar image

Guy Harris ♦♦
7.7k11898
accept rate: 16%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×28
×7

Asked: 26 Dec '10, 17:36

Seen: 12,845 times

Last updated: 01 Jan '11, 13:14

powered by OSQA