ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2831] Add support the KDP (Kontiki Delivery Protocol)

Date: Wed, 27 Aug 2008 15:19:45 -0700 (PDT)
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.