On Fri, Apr 20, 2007 at 04:23:13PM +0530, [EMAIL PROTECTED] wrote:
> I'm having a statement as below in my code still the "info" column does
> not display anything .
>
> if (check_col(pinfo->cinfo, COL_INFO)){
> col_set_str(pinfo->cinfo, COL_INFO, "XXX ");
> }
This should work fine. Is this code within the if(tree) statement?
When displaying the packet list without colorization turned on, tree is
not set so it would not work in those cases.
Steve
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev