Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-igmp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 25 May 2001 13:44:01 -0500 (CDT)
guy         2001/05/25 13:44:01 CDT

  Modified files:
    .                    packet-igmp.c 
  Log:
  Update Gerald's e-mail address.
  
  Use "col_add_fstr()" to set the Info column, rather than "sprintf()"ing
  to a buffer and using "col_add_str()".
  
  Add a routine that dissects unknown types of IGMP messages, and use it
  for all IGMP messages for which we don't have a dissector.
  
  Revision  Changes    Path
  1.3       +30 -4     ethereal/packet-igmp.c