Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-hsrp.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: Sat, 21 Oct 2000 04:46:22 -0500 (CDT)
guy         2000/10/21 04:46:22 CDT

  Modified files:
    .                    packet-hsrp.c 
  Log:
  Fix error in code that '\0'-terminates a string - it was putting the
  '\0' one byte *past* the end of the buffer, rather than in the last byte
  of the buffer.
  
  Revision  Changes    Path
  1.8       +2 -2      ethereal/packet-hsrp.c