aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-15 09:41:32 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-15 09:42:41 +0000
commit0d9248e125a3ccf2c33bb13c58a965978f799a7c (patch)
treec3d65e14ef70beebda8eac0472f4f8031c439363 /epan/dissectors/packet-netflow.c
parentadaa661b74b1b407341e67052fb430914cba127d (diff)
Netflow: Fix spelling of 'latitude'
Change-Id: Iaae40f4a191e458645263c8d7a114392cd063707 Reviewed-on: https://code.wireshark.org/review/6543 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-netflow.c')
-rw-r--r--epan/dissectors/packet-netflow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-netflow.c b/epan/dissectors/packet-netflow.c
index 94cdfffe77..f64c1abe6a 100644
--- a/epan/dissectors/packet-netflow.c
+++ b/epan/dissectors/packet-netflow.c
@@ -950,14 +950,14 @@ static const value_string v10_template_types_ixia[] = {
{ 122, "Source IP Region Code" },
{ 123, "Source IP Region Name" },
{ 125, "Source IP City Name" },
- { 126, "Source IP Lattitude" },
+ { 126, "Source IP Latitude" },
{ 127, "Source IP Longitude" },
{ 140, "Destination IP Country Code" },
{ 141, "Destination IP Country Name" },
{ 142, "Destination IP Region Code" },
{ 143, "Destination IP Region Node" },
{ 145, "Destination IP City Name" },
- { 146, "Destination IP Lattitude" },
+ { 146, "Destination IP Latitude" },
{ 147, "Destination IP Longitude" },
{ 160, "OS Device ID" },
{ 161, "OS Device Name" },