From dbcabb19384fd736453f4fac8fe20216dbcdcb9f Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 1 Nov 2007 22:07:43 +0000 Subject: Get rid of most of the legacy oid stuff. svn path=/trunk/; revision=23333 --- plugins/agentx/packet-agentx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/agentx') diff --git a/plugins/agentx/packet-agentx.c b/plugins/agentx/packet-agentx.c index f7b6b2c49c..255e8ed2f2 100644 --- a/plugins/agentx/packet-agentx.c +++ b/plugins/agentx/packet-agentx.c @@ -315,7 +315,7 @@ static int dissect_octet_string(tvbuff_t *tvb, proto_tree *tree, int offset, cha } -/* XXX - Is there a particular reason we're not using oid_to_str() here? */ +/* XXX - Is there a particular reason we're not using oid_encoded2string() here? */ static int convert_oid_to_str(guint32 *oid, int len, char* str, int slen, char prefix) { int i, tlen = 0; -- cgit v1.2.1