Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5035] LTP over DCCP and LTP mutliple bundle bug

Date: Tue, 20 Jul 2010 23:28:31 -0700 (PDT)
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, &ltp_port);
+    prefs_register_uint_preference(ltp_module, "dccp.port", "LTP DCCP Port",
+        "DCCP Port to accept LTP Connections",
+        10, &ltp_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.