https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5035
Jaap Keuter <jaap.keuter@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4937|review_for_checkin? |review_for_checkin-
Flag| |
--- Comment #2 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-07-21 08:28:29 CEST ---
(From update of attachment 4937)
prefs_register_uint_preference(ltp_module, "udp.port", "LTP UDP Port",
"UDP Port to accept LTP Connections",
10, <p_port);
+ prefs_register_uint_preference(ltp_module, "dccp.port", "LTP DCCP Port",
+ "DCCP Port to accept LTP Connections",
+ 10, <p_port);
+
That's a collision on ltp_port
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.