Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/doc ethereal.pod.template

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, 9 Nov 2001 02:16:26 -0600 (CST)
guy         2001/11/09 02:16:26 CST

  Modified files:
    doc                  ethereal.pod.template 
  Log:
  Fixes from Kazushi Sugyo:
  
  	1) print the payload length in AH headers correctly (the field's
  	   value is length of the payload, minus 2, divided by 2, so we
  	   have to add 2 before multiplying by 2);
  
  	2) correctly handle, in an SIOCGIFCONF list, entries whose
  	   address has an "sa_len" field less than the size of a "struct
  	   sockaddr" (the length of the address in an entry is the
  	   maximum of the real length and the size of a "struct
  	   sockaddr").
  
  Revision  Changes    Path
  1.231     +1 -0      ethereal/doc/ethereal.pod.template