aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-12-06 22:05:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-12-06 22:05:55 +0000
commit6becee230b4809aa3f05380677a484bb2fa0f3d2 (patch)
treef12248617d545ae440804c6b6f75c07b66385c1d /epan/dissectors/packet-uma.c
parent9aea4510865fc71e96ac9bd178084987daf5ba4a (diff)
Fix a typo.
svn path=/trunk/; revision=20055
Diffstat (limited to 'epan/dissectors/packet-uma.c')
-rw-r--r--epan/dissectors/packet-uma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index 68d3453311..ac67d8183e 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -1599,7 +1599,7 @@ proto_reg_handoff_uma(void)
if (!Initialized) {
uma_tcp_handle = create_dissector_handle(dissect_uma_tcp, proto_uma);
uma_udp_handle = new_create_dissector_handle(dissect_uma_urlc_udp, proto_uma);
- dissector_add("tcp.port", 0, uma_udp_handle);
+ dissector_add("udp.port", 0, uma_udp_handle);
Initialized=TRUE;
} else {
dissector_delete("tcp.port", TcpPort1, uma_tcp_handle);