summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-uma.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-10 21:56:48 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-10 21:56:48 +0000
commit10320787281b2f7a1a179a9953b989416e878e62 (patch)
tree80f5b8a91514d5d208804e2c23c0af6ba54125d2 /epan/dissectors/packet-uma.c
parentc8c5ea164720a04ff5eb33bc2ac92560df74bb0f (diff)
downloadwireshark-10320787281b2f7a1a179a9953b989416e878e62.tar.gz
Trival: spaces -> tab.
svn path=/trunk/; revision=53921
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 df1c923717..6983f9ac67 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -2285,7 +2285,7 @@ proto_register_uma(void)
proto_uma = proto_register_protocol("Unlicensed Mobile Access","UMA", "uma");
/* subdissector code */
new_register_dissector("umatcp", dissect_uma_tcp, proto_uma);
- new_register_dissector("umaudp", dissect_uma_urlc_udp, proto_uma);
+ new_register_dissector("umaudp", dissect_uma_urlc_udp, proto_uma);
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_uma, hf, array_length(hf));