Comment # 12
on bug 10805
from Martin Kaiser
(In reply to Yang Liu from comment #11)
> Hi Matin,
>
> Thanks for looking into this issue. I uploaded captured packets and
> screenshots for using released and modified wireshark to dissector my
> packets.
>
> Here is the code in my dissector proto_reg_handoff_viewvc(void) function.
>
> viewvc_handle = new_register_dissector("viewvc", dissect_viewvc,
> proto_viewvc);
> dissector_add_uint("ws.port", VIEWVC_PORT, viewvc_handle);
>
Hi Yang,
thanks for the capture file. I can reproduce the issue and I drafted a fix.
I'll push it for review tomorrow when I have a bit more time to clean it up.
You are receiving this mail because:
- You are watching all bug changes.