On Tue, Jun 11, 2002 at 11:12:51PM -0700, Jaime Fournier wrote: > What do I have to do to print out hf_epm_inquiry_type > value on the COL_INFO as it is in the expanded tree > format? if (check_col(pinfo->cinfo, COL_INFO)) col_add_fstr(pinfo->cinfo, COL_INFO, "Interface Type: %u ", hf_epm_inquiry_type); as it is, after all, an unsigned integer. "col_add_fstr()" is like "printf()"....
Powered by MHonArc 2.6.10