Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS format-oid.h packet-cops.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 8 Sep 2003 14:40:11 -0500 (CDT)
guy         2003/09/08 14:40:11 CDT

  Modified files:
    .                    AUTHORS format-oid.h packet-cops.c 
  Log:
  From Kari Tiirikainen:
  
  COPS Dissector as been updated to
   - Optionally read ASN.1 type and enumeration information from PIBs
     (first converted to MIBs using guidelines in RFC 3159, Appendix A)
     and use that information when decoding the BER encoded COPS-PR data.
     By default this option is disabled. This option requires that Ethereal
     is compiled with NET-SNMP library. Only PRID OIDs are printed in textual
     format if UCD-SNMP is used.
   - Decode the instaceids of PRIDs correctly (the textual decoding no longer
     hides the InstanceId)
  
  Revision  Changes    Path
  1.838     +2 -0      ethereal/AUTHORS
  1.3       +3 -1      ethereal/format-oid.h
  1.34      +1224 -1160ethereal/packet-cops.c