http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41021
User: morriss
Date: 2012/02/13 06:43 PM
Log:
There's no need to get the parent of an item we're passing into
proto_tree_move_item(): that function will expects the item, not its parent.
This avoids dissector bugs such as the one reported in
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6768 :
** (process:745): WARNING **: Dissector bug, protocol RTP, in packet 82:
proto.c:4273: failed assertion "fixed_item->parent == tree"
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-iax2.c Modified
+1 -1 packet-rtp.c Modified