aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
diff options
context:
space:
mode:
authorKevin Bracey <kevin.bracey@arm.com>2016-01-12 18:39:51 +0200
committerJoão Valverde <j@v6e.pt>2016-01-12 16:49:32 +0000
commitacffba2e5cea8ea943898af9a33c640ea89a14b9 (patch)
treea668272d8229dde9e98ca1c039283baede3646d5 /epan/dissectors/packet-ipv6.c
parent62374b5d4f25ed2944550ce7d5a4d6562245a16e (diff)
Change IPv6 "Flowlabel" to "Flow label"
Flow label has never been one word. Change-Id: I61863cb1d7aca0ee7b48e64c4abad700555e57f2 Reviewed-on: https://code.wireshark.org/review/13236 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/dissectors/packet-ipv6.c')
-rw-r--r--epan/dissectors/packet-ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index 6487ac5ea1..0aaf91afe4 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -2466,7 +2466,7 @@ proto_register_ipv6(void)
NULL, HFILL }
},
{ &hf_ipv6_flow,
- { "Flowlabel", "ipv6.flow",
+ { "Flow label", "ipv6.flow",
FT_UINT32, BASE_HEX, NULL, 0x000FFFFF,
NULL, HFILL }
},