Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Packet name is not displaying for few packets under info column

Hi,

we are migrating existing plugin code from wireshark 1x to 2x. when we try to open the collected pcap file using wireshark 2.6.3, it doesnt display packet name under info tab where as it is displaying in 1.12.8,btw this issue is not observed for all packets. btw used code to print column info is:col_add_fstr(pinfo->cinfo, COL_INFO, "%s", "NRACH_INDICATION"); please help me in understanding the issue.

Packet name is not displaying for few packets under info column

Hi,

we are migrating existing plugin code from wireshark 1x to 2x. when we try to open the collected pcap file using wireshark 2.6.3, it doesnt display packet name under info tab where as it is displaying in 1.12.8,btw this issue is not observed for all packets. btw used code to print column info is:col_add_fstr(pinfo->cinfo, is:

col_add_fstr(pinfo->cinfo, COL_INFO, "%s", "NRACH_INDICATION"); "NRACH_INDICATION");

please help me in understanding the issue.