English 中文(简体)
Does wireshark support web frontend?
原标题:
  • 时间:2010-02-02 14:36:31
  •  标签:
  • wireshark

I m looking for a wireshark web front end that can diplay the content of a pcap file in the similar way as wireshark . The purpose of doing it is that we can setup a pcap repository for certain protocol that can be shared between a develop team .

最佳回答

Wireshark can export to PSML and PDML formats, which are XML-based so you may be able to transform them into a HTML document.

See:

问题回答

This page lists wrappers for several scripting languages. You should be able to put such an application together relatively easily.

I prefer Wireshark to read pcap file. That s not an answer to your question, but you could consider to just offer the pcap files by your web front end.

The advantage would be that Wireshark has a lot of anylsis tools that you will not want to reimplent in your web front end.

Not to my knowledge. However you can use xpra to forward any X11 app into the browser. This acts more like "remote desktop" than a "web app" and it is not suitable for more than 1 user at a time.

https://github.com/Xpra-org/xpra-html5





相关问题
UDP Raw Data differ in application and wireshark

We are developing a application to recieve UDP broadcast from a third party application. Wireshark shows packets of 512 bytes. Each packet have header information. Below is 8 bytes as wireshark shows ...

How to throttle network traffic for environment simulation?

I m trying to test an application that uses a database connection. What I would like to do is throttling the bandwith to, say, 1 MBit or such to get a better feeling for the application under ...

Does wireshark support web frontend?

I m looking for a wireshark web front end that can diplay the content of a pcap file in the similar way as wireshark . The purpose of doing it is that we can setup a pcap repository for certain ...

Mapping HTTP requests to HTTP responses

If I make multiple HTTP Get Requests to the same server and get HTTP 200 OK responses to each one how do I tell which request maps to which response using Wireshark? Currently it looks like an http ...

How can I decode SQL Server traffic with wireshark?

I can capture the packets using wireshark, but I can t decode the stream into anything intelligible. This item in the WireShark bug database suggests that maybe this isn t possible in SQL Server 2005 ...

Find simultaneous connection through wireshark

Just finish reading Steve Souder s blog post related to max. simultaneous connection allow on modern browser. I wanted to see for myself on how many simultaneous connection firefox uses to connect to ...

热门标签