Bug ID |
10097
|
Summary |
Native media plane analyzer tool
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 12756 [details]
Media plane analyzer plugin written in Lua
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I've started creating a plugin for Wireshark, that tracks SDP negotiations
ongoing inside SIP and Megaco negotiations, and visualises the ongoing changes
of the media plane (see the Lua script in the attachment).
However, I could not create a good enough visualisation of the output using
Wireshark's Lua interface. I solved the problem by outputting a dynamic HTML
document, however it would enchance the usability of this tool by far if the
presentation of this information could be done natively, inside Wireshark's GUI
(for ex. it would be possible to jump to the specific package that triggered
the last change in the media plane).
Please consider creating a tool such as this (or based on this).
Note, that the attached script has not been tested thoroughly, I'm sure it is
full of bugs...
You are receiving this mail because:
- You are watching all bug changes.