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: Sat, 8 Jul 2000 03:33:35 -0500 (CDT)
guy         2000/07/08 03:33:32 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  The security model values 1 and 2 ("reserved for SNMPv1" and "reserved
  for SNMPv2") in SNMPv3 packets shouldn't cause the security parameters
  to be interpreted as a character string - those values are apparently
  not supposed to show up in packets - so we handle those values in the
  default case, with the security parameters treated as opaque data.
  
  Revision  Changes    Path
  1.43      +1 -19     ethereal/packet-snmp.c