Hello,

I have written a custom dissector plugin for internal use and am using
"WTAP_ENCAP_USER0" as port. In my dissector, I am setting protocol name and
info field using col_set_str function.

But it still shows the entry set in packet-frame.c. The protocol field is
displayed as UNKNOWN and info field as WTAP_ENCAP = 45. If I comment out
this line in packet-frame.c, then I can see the information and protocol
that I set.

How can make my col_set_str to take effect and display my protocol and info
instead.

Thanks,

Rashmi.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to