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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 5 Mar 2004 20:20:55 -0600 (CST)
guy         2004/03/05 20:20:55 CST

  Modified files:
    .                    packet-eigrp.c 
  Log:
  Put in the URL of a page that discusses EIGRP packets.
  
  Handle the prefix length and address similarly to the way that the BGP
  dissector does, so that we mask out all the bits that the prefix length
  tells us to, rather than just masking out entire bytes.
  
  Check the prefix length so that we don't overflow the buffer for prefix
  lengths > 32 - thanks to Stefan Esser for catching that one - and so
  that we're not confused by a prefix length of 0.
  
  Revision  Changes    Path
  1.26      +45 -13    ethereal/packet-eigrp.c