Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-igmp.h Makefile.am packet-dvmrp.c pac

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, 1 Feb 2002 05:02:00 -0600 (CST)
guy         2002/02/01 05:01:59 CST

  Modified files:
    .                    Makefile.am packet-dvmrp.c packet-igmp.c 
                         packet-mrdisc.c packet-msnip.c 
  Added files:
    .                    packet-igmp.h 
  Log:
  Export "igmp_checksum()" from the IGMP dissector and give it additional
  arguments that specify the header field indices for the checksum field
  and the "checksum is bad" Boolean, and have the dissectors for some
  protocols that use IGMP (DVMRP, MRDISC, MSNIP) use it rather than having
  their own checksumming routines.
  
  Also, fix it to correctly add the "checksum is bad" Boolean.
  
  Revision  Changes    Path
  1.410     +2 -1      ethereal/Makefile.am
  1.8       +4 -28     ethereal/packet-dvmrp.c
  1.18      +15 -15    ethereal/packet-igmp.c
  1.7       +4 -26     ethereal/packet-mrdisc.c
  1.6       +5 -28     ethereal/packet-msnip.c