http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28270
User: guy
Date: 2009/05/04 05:36 PM
Log:
The reason why the expert_item value is null when performing a retap is
that a retap doesn't build the protocol tree unless there's a tap with a
filter; presumably "the expert_item value" refers to the item to which
expert information is being attached.
However, if there's no protocol item, the only thing
expert_add_info_format() doesn't do is set the severity and group for a
protocol item, but the expert info composite dialog doesn't appear to
look at that.
Thus, it appears we can just use cf_retap_packets(); do so, as it's
faster.
Directory: /trunk/gtk/
Changes Path Action
+17 -15 expert_comp_dlg.c Modified