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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 12 Jun 2003 01:58:39 -0500 (CDT)
guy         2003/06/12 01:58:39 CDT

  Modified files:
    .                    packet-vrrp.c 
  Log:
  The authentication field in a VRRP packet is 8 bytes long, not 9 bytes
  long, so the length of the protocol tree item for it should be 8 bytes;
  the buffer into which we copy it should still be 9 bytes long, to
  include a trailing null.
  
  Revision  Changes    Path
  1.27      +4 -4      ethereal/packet-vrrp.c