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@xxxxxxxxxxxx>
Date: Sun, 2 Jul 2000 02:10:23 -0500 (CDT)
guy         2000/07/02 02:10:20 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  "asn1_octet_string_decode()" sets the pointer to the raw octets to NULL
  if the octet string is zero-length; if the octets are to be interpreted
  as a character string, we have to check for a null pointer and replace
  it with a pointer to a null string.
  
  Revision  Changes    Path
  1.42      +19 -7     ethereal/packet-snmp.c