Use the new official IANA-allocated port number 4070.
[tripe] / wireshark / packet-tripe.c
index 798ccd9..e3daae7 100644 (file)
@@ -468,7 +468,7 @@ void proto_reg_handoff_tripe(void)
   dissector_handle_t dh;
 
   dh = create_dissector_handle(dissect_tripe, proto_tripe);
-  dissector_add("udp.port", 22003, dh);
+  dissector_add("udp.port", TRIPE_PORT, dh);
 }
 
 G_MODULE_EXPORT void plugin_reg_handoff(void)