diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-07-25 07:37:54 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-07-25 07:37:54 +0000 |
commit | 9aaeb58c55aa66f29dfbde8aab4b560f222f5da6 (patch) | |
tree | 40f6633d427b65ec5c6cb5da538cdbe046773c9d /packet-snmp.c | |
parent | 2e0d26f22b3d60d0950e09e0605da5847f8b1a89 (diff) | |
download | wireshark-9aaeb58c55aa66f29dfbde8aab4b560f222f5da6.tar.gz wireshark-9aaeb58c55aa66f29dfbde8aab4b560f222f5da6.tar.bz2 wireshark-9aaeb58c55aa66f29dfbde8aab4b560f222f5da6.zip |
Fix a comment.
svn path=/trunk/; revision=2157
Diffstat (limited to 'packet-snmp.c')
-rw-r--r-- | packet-snmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-snmp.c b/packet-snmp.c index 5eb61557a2..0c0dcb999b 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.43 2000/07/08 08:33:29 guy Exp $ + * $Id: packet-snmp.c,v 1.44 2000/07/25 07:37:54 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -87,7 +87,7 @@ * as that includes <ucd-snmp/snmp.h>, and that defines a whole * bunch of values that we also define ourselves. * - * So we only include it if "snmp_set_full_objid" is defined as + * So we only include it if "snmp_set_suffix_only" is defined as * a macro. */ # ifdef snmp_set_suffix_only |