aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-omron-fins.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-omron-fins.c')
-rw-r--r--epan/dissectors/packet-omron-fins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-omron-fins.c b/epan/dissectors/packet-omron-fins.c
index 6e8dfcf9c5..846b307159 100644
--- a/epan/dissectors/packet-omron-fins.c
+++ b/epan/dissectors/packet-omron-fins.c
@@ -35,7 +35,7 @@
void proto_register_omron_fins(void);
void proto_reg_handoff_omron_fins(void);
-#define OMRON_FINS_UDP_PORT 9600
+#define OMRON_FINS_UDP_PORT 9600 /* Not IANA registered */
static int proto_omron_fins = -1;
static gint ett_omron = -1;
@@ -3969,7 +3969,7 @@ proto_reg_handoff_omron_fins(void)
dissector_handle_t omron_fins_handle;
omron_fins_handle = create_dissector_handle(dissect_omron_fins, proto_omron_fins);
- dissector_add_uint("udp.port", OMRON_FINS_UDP_PORT, omron_fins_handle);
+ dissector_add_uint_with_preference("udp.port", OMRON_FINS_UDP_PORT, omron_fins_handle);
}
/*