ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12298] Add dissector table for negotiated WebSocket protoc

Date: Sun, 27 Mar 2016 13:17:10 +0000

Comment # 4 on bug 12298 from
I have the following in my (out of tree) avtp dissector:

   dissector_add_uint("udp.port", g_avtp_port, avtp_handle);

   http_handle = find_dissector("http");
   dissector_add_uint("tcp.port", g_avtp_port, http_handle);
   dissector_add_string("ws.protocol", "AVTP", avtp_handle);


You are receiving this mail because:
  • You are watching all bug changes.