Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS packet-ipsec.c pcap-util.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: Fri, 9 Nov 2001 02:16:25 -0600 (CST)
guy         2001/11/09 02:16:24 CST

  Modified files:
    .                    AUTHORS packet-ipsec.c pcap-util.c 
  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.360     +5 -0      ethereal/AUTHORS
  1.33      +2 -2      ethereal/packet-ipsec.c
  1.3       +5 -2      ethereal/pcap-util.c