This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Can we Invoke wireshark through API

0

Hi

I have client-server application. In server, the pcap, files will be available and in client I will list all the pcap files. User can select a pcap file and open it in wireshark. Now the problem is I can send whole wireshark application to client to view the pcap.I would like to know : 1. Can wireshark be invoked on IE or Mozzila. 2. Is there any API, so that I can call it from server.

Please help.

Thanks, Kumar

asked 24 Jun '11, 02:58

KumarABCD's gravatar image

KumarABCD
1111
accept rate: 0%


2 Answers:

0

You could prepare a Wireshark portable version your users can call from any shared directory if you want your users to use the GUI client without having to install it everywhere.

Otherwise you might want to take a look at cloudshark at http://www.cloudshark.org/, maybe their appliance is something that works for you. It is designed to allow concurrent access to centrally stored pcap files by web browser.

answered 24 Jun '11, 03:02

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

edited 24 Jun '11, 03:03

Thanks Jasper. Where I can get more information for Option 1.

(24 Jun '11, 03:09) KumarABCD

Download the portable version at http://www.wireshark.org/download.html, download the "Portable App" version and install it into any shared directory your users can access. After installation it can be called from any workstation that has access to the directory.

(24 Jun '11, 03:12) Jasper ♦♦

Thanks Jasper. Will this portable version can be invoked from a solaris workstation. or is there any seperate solaris portable version that can be accessed by Windows client/workstation. My Client may be a windows/unix workstation. So will be OS compatible?

(24 Jun '11, 07:36) KumarABCD

The "Portable App" stuff is Windows-only.

(24 Jun '11, 11:24) Guy Harris ♦♦

0

Maybe this can be of help: Enhancement bug 5785

answered 24 Jun '11, 06:52

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%