https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2831
--- Comment #3 from Wade Hennessey <wade@xxxxxxxxxxx> 2008-08-27 15:19:45 PDT ---
Thanks for the comments. I've fixed points 1-3 and 5-7, but I'm not clear how
you want me to fix point 4. I assume you're referring to this bit of code:
if (check_col(pinfo->cinfo, COL_PROTOCOL)) {
col_set_str(pinfo->cinfo, COL_PROTOCOL, "KDP");
}
I took this from README.developer, and I noticed that lots of other plugins do
this too. Can you give me some more details about how you'd like this changed?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.