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: Sun, 10 Mar 2002 19:40:29 -0600 (CST)
guy         2002/03/10 19:40:28 CST

  Modified files:
    .                    packet-snmp.c 
  Log:
  The "val_len" member of a "struct variable_list" should be set to the
  length of the variable's value, in bytes, not the length of the BER
  encoding of that variable's value.  The latter setting means it won't be
  correct for object IDs.
  
  Revision  Changes    Path
  1.85      +6 -7      ethereal/packet-snmp.c