Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ospf.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: Thu, 8 May 2003 05:16:32 -0500 (CDT)
guy         2003/05/08 05:16:32 CDT

  Modified files:
    .                    packet-ospf.c 
  Log:
  The authentication data field in "simple password" authentication is 64
  bits, or 8 bytes; that means that, if it's to be interpreted as a
  string, it should be extracted into an 8+1 byte buffer, leaving room for
  a trailing '\0', and that means the buffer size argument to
  "tvb_get_nstringz0()" should be 8+1 as well.
  
  Revision  Changes    Path
  1.75      +3 -3      ethereal/packet-ospf.c