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: Fri, 11 Jun 1999 23:17:24 -0500 (CDT)
guy         1999/06/11 23:17:21 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  Use "val_to_str()", rather than "get_XXX()" routines, to map SNMP
  versions, PDU types, error statuses, and trap types to strings.
  
  Set the protocol column to "SNMP", and set the info column to an error
  message if the parse fails (rather than printing a message to the
  standard error) and to the PDU type if it succeeds.
  
  Revision  Changes    Path
  1.3       +189 -270  ethereal/packet-snmp.c