Michael Mann
changed
bug 8954
Comment # 8
on bug 8954
from Michael Mann
(In reply to comment #7)
> Hi Alexis, Michael,
Attachment #11283 [details] is using
> proto_tree_add_item() for XRO. However...
I introduced some weird thing.
> While dissecting file in attachment #11249 [details] I got this:
"[Expert
> Info: (Warn/Malformed): Trying to fetch an unsigned integer with length 20]"
> I stared at hf_rsvp_xro_sobj_* fields definition in the hf_register_info
> array (and related code in the dissection function) for ~1 hour trying to
> understand the problem but I can't really figure out what's going on.
> hints? suggestions?
When I apply your patch to the latest SVN (r50920), I don't get the same error,
I get what amounts to an "unregistered hf" (perhaps corruptted?) in the first
proto_tree_add_item call in the giant while loop in dissect_rsvp_msg_tree().
It's seems a byproduct of the hf_rsvp_filter array architecture (which I really
don't like, by the way). Maybe you're putting the XRO object enumeration at
the wrong offset?
You are receiving this mail because:
- You are watching all bug changes.