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, 11 Dec 1999 19:51:53 -0600 (CST)
guy         1999/12/11 19:51:50 CST

  Modified files:
    .                    packet-snmp.c 
  Log:
  If we have an SNMP library, use its routines for printing values; that
  way, it checks that the type of the variable matches the type it's
  claimed to have in the MIB (and indicates if it isn't), it can decode
  enumerated types, and it may also use the DISPLAY-HINT string in the
  MIB.
  
  Handle unknown types better.
  
  Revision  Changes    Path
  1.20      +236 -71   ethereal/packet-snmp.c