http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53456
User: eapache
Date: 2013/11/20 10:51 PM
Log:
Fix minor issue introduced with conversion to new expert API in r51688.
Specifically, proto_tree_add_expert() must take an actual tree node (for example
from proto_item_add_subtree()) and cannot take just any old item node. The
original intent (before the conversion) appeared to be just to put it on the
tree, so do that.
Another assertion gone from
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9406
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-eigrp.c Modified