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 3256] New dissector: gadu-gadu protocol

Date: Sun, 1 Mar 2009 16:00:15 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3256





--- Comment #5 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>  2009-03-01 16:00:14 PDT ---
I almost forgot to mention the most important issue with the patch:

- Port 443 is of course already assigned to SSL.  Depending on the order in
which dissectors are registered, packet-gg.c's port 443 use would conflict with
the SSL dissector's use of that port.  In order to get around this, your
dissect function needs to determine if each packet belongs to the GG protocol
or not.  If not, Wireshark will then try the next dissector which wants to use
port 443 and see if it accepts it or not.


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