Get rid of most of the legacy oid stuff.
[obnox/wireshark/wip.git] / plugins / agentx / packet-agentx.c
index f7b6b2c49c77f3d6677842d2d9b629cb4c04f26a..255e8ed2f2b66cde7ea7b1ca48cc374af52d01ba 100644 (file)
@@ -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;