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

Wireshark-dev: [Wireshark-dev] [PATCH 3/3] tipc: update TIPC udp port according to IANA

Date: Mon, 7 Oct 2013 10:09:52 +0200
From: Erik Hugne <erik.hugne@xxxxxxxxxxxx>

IANA have assigned port 6118 port for TIPC UDP transport.

Signed-off-by: Erik Hugne <erik.hugne@xxxxxxxxxxxx>
---
 epan/dissectors/packet-tipc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/epan/dissectors/packet-tipc.c b/epan/dissectors/packet-tipc.c
index 3ea8fec..56e34f4 100644
--- a/epan/dissectors/packet-tipc.c
+++ b/epan/dissectors/packet-tipc.c
@@ -28,7 +28,7 @@
  * Protocol ref:
  * http://tipc.sourceforge.net/
  */
-#define TIPC_UDP_DEFAULT_PORT 54711
+#define TIPC_UDP_DEFAULT_PORT 6118
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
-- 
1.7.9.5