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 4153] The plugins which were working fine on ethereal are

Date: Mon, 26 Oct 2009 02:14:50 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4153





--- Comment #3 from Jaap Keuter <jaap.keuter@xxxxxxxxx>  2009-10-26 02:14:49 PDT ---
(In reply to comment #2)
> When I re-checked my plugin code, i have found that
> "if(check_col(pinfo->cinfo, COL_PROTOCOL))" is never getting hit.

You mean that this code never executes? Or...

> this if statement is always false.

... it does execute, but the result is always FALSE?

How did you determine it's always returning false? 
Debugger? Or looking at the protocol column? Do you have a protocol column? 

Did you look into epan/column_utils.c for the implementation of check_col() ?


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.