summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-11-01 22:07:43 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-11-01 22:07:43 +0000
commitdbcabb19384fd736453f4fac8fe20216dbcdcb9f (patch)
tree987328117a4f01cd3f2567138e63ddc155e970a9 /plugins
parent24976b1d920a296287eada07c892f7b6d85a424f (diff)
downloadwireshark-dbcabb19384fd736453f4fac8fe20216dbcdcb9f.tar.gz
Get rid of most of the legacy oid stuff.
svn path=/trunk/; revision=23333
Diffstat (limited to 'plugins')
-rw-r--r--plugins/agentx/packet-agentx.c2
1 files changed, 1 insertions, 1 deletions
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;