Wireshark-bugs: [Wireshark-bugs] [Bug 2217] New: IGMP Userfriendlyness Improvement
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2217
Summary: IGMP Userfriendlyness Improvement
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: thomas.morin@xxxxxxxxxxxxxxxxxx
Created an attachment (id=1407)
--> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1407)
patch making IGMP display in packet list more userfirendly
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I have written the attached patch to improve the userfriendly-ness of the
summary displayed in the last column of the packet list for IGMP packets.
The current code only tells the user the type of packet (REPORT, LEAVE, QUERY),
but doesn't include any information about what multicast group is joined to or
left. Worse, for IGMPv3 Reports the user cannot tell quickly if the multicast
group is joined-to or left, without having to look at the inside of the packet
to know the type of report (include all, include none, exlude none, exclude
all, etc.).
The attached patched improves upon this, by giving useful information in the
summary displayed in the last column of the packet list. It has been tested
with real traces of IGMP exchanges (both v3 and v2).
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.