ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 24190: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 25 Jan 2008 06:32:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24190

User: jake
Date: 2008/01/25 06:32 AM

Log:
 From Thomas Morin:
 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.).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +114 -8    packet-igmp.c    Modified