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.