Wireshark-bugs: [Wireshark-bugs] [Bug 10805] Websocket dissector does not find subdissector corr

Date: Mon, 05 Jan 2015 22:03:50 +0000

Comment # 12 on bug 10805 from
(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.