Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41021: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 14 Feb 2012 02:43:59 GMT
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