aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-05-24 05:59:50 +0000
committerGuy Harris <guy@alum.mit.edu>2000-05-24 05:59:50 +0000
commita12762b431308b4112345f8d7a7797ad2b716f47 (patch)
tree35cd57bf6ce5aa22b52f4dbf70624108f340bd17 /packet-snmp.c
parentb23955a89b9bea8aaba06d6a4628ca9a25bc23a1 (diff)
Update a comment to reflect that only UCD SNMP 4.1.1 has
"snmp_set_full_objid()" as a macro rather than a function - 4.1.2 has it as a function again. svn path=/trunk/; revision=1995
Diffstat (limited to 'packet-snmp.c')
-rw-r--r--packet-snmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-snmp.c b/packet-snmp.c
index 1e44e81661..cde7205593 100644
--- a/packet-snmp.c
+++ b/packet-snmp.c
@@ -2,7 +2,7 @@
* Routines for SNMP (simple network management protocol)
* D.Jorand (c) 1998
*
- * $Id: packet-snmp.c,v 1.33 2000/05/19 07:00:04 guy Exp $
+ * $Id: packet-snmp.c,v 1.34 2000/05/24 05:59:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -66,10 +66,10 @@
# include <ucd-snmp/mib.h>
/*
- * Sigh. UCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro
+ * Sigh. UCD SNMP 4.1.1 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], we need to arrange that
+ * when building with 4.1.1, we need to arrange that
* <ucd-snmp/default_store.h> is included, to define those two values
* and to declare "ds_set_boolean()".
*