Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-snmp.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, 6 Apr 2001 19:52:08 -0500 (CDT)
guy         2001/04/06 19:52:07 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  Don't blow up if "asn1_string_value_decode()" supplies a null pointer as
  the string because the string value is zero-length.
  
  Don't try to treat an agent address in a V1 trap as an IP address if
  it's not 4 bytes long.
  
  Revision  Changes    Path
  1.62      +15 -5     ethereal/packet-snmp.c