From Fulko Hew:

According to RFC 2741 section 6.2.1 the Open-PDU can have an o.id
field containing a 'null' identifier.  The dissector currently does
not handle it and causes other (misleading) error messages to appear
on the decode window.

svn path=/trunk/; revision=34765
This commit is contained in:
Jaap Keuter 2010-11-03 20:44:46 +00:00
parent f329864abf
commit c093ff0bfc
1 changed files with 1 additions and 2 deletions

View File

@ -356,8 +356,7 @@ static int dissect_object_id(tvbuff_t *tvb, proto_tree *tree, int offset, char f
}
if(!(slen = convert_oid_to_str(&oid[0], n_subid, &str_oid[0], 2048, prefix)))
return offset;
slen = g_snprintf(&str_oid[0], 2048, "(null)");
if(tree) {
item = proto_tree_add_text(tree,tvb,offset,n_subid + 4 ,