Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal format-oid.h Makefile.am packet-cops.c packe

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:48:09 -0600 (CST)
guy         2002/03/10 19:48:09 CST

  Modified files:
    .                    Makefile.am packet-cops.c packet-snmp.c 
  Added files:
    .                    format-oid.h 
  Log:
  If we're linking with the UCD SNMP library, make "format_oid()" append a
  display of the symbolic form of the OID.  Remove code that used to do
  that outside of "format_oid()".
  
  Export "format_oid()" from "packet-snmp.c" and use it in
  "packet-cops.c".
  
  Remove support for CMU SNMP and older versions of UCD SNMP from
  "packet-cops.c", as it has been removed from the rest of Ethereal.
  
  Revision  Changes    Path
  1.415     +2 -1      ethereal/Makefile.am
  1.23      +22 -187   ethereal/packet-cops.c
  1.86      +35 -45    ethereal/packet-snmp.c