https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2902
didier gautheron <dgautheron@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dgautheron@xxxxxxxx
--- Comment #3 from didier gautheron <dgautheron@xxxxxxxx> 2009-01-06 13:57:06 PDT ---
(In reply to comment #2)
> Sandra, we would really like to see a capture showing this behavior. Otherwise
> it's virtually impossible to track down the cause Stephen described.
>
there's at least:
packet-ms-mms.c, packet-rdt.c, packet-vj.c, typo: test is done on COL_PROTOCOL
(for vj.c I think it's the other way, COL_INFO is used in col_set_str when it
should be COL_PROTOCOL).
plugins/infiniband/packet-infiniband.c
and maybe plugins like wimax, some functions test only if pinfo->cinfo != NULL
rather than using check_col() but they aren't always called from the same
source file so I'm not sure (my checker isn't smart enough).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.