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, 19 Feb 2000 21:32:36 -0600 (CST)
guy         2000/02/19 21:32:33 CST

  Modified files:
    .                    packet-snmp.c 
  Log:
  UCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro that calls
  "ds_set_boolean()" with the first two arguments being DS_LIBRARY_ID and
  DS_LIB_PRINT_FULL_OID; this means that, when building with 4.1[.x]
  (which we assume is the case if "snmp_set_full_objid" is defined, we
  need to include <ucd-snmp/default_store.h>, to define those two values
  and to declare "ds_set_boolean()".
  
  Revision  Changes    Path
  1.24      +25 -1     ethereal/packet-snmp.c