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>
This commit is contained in:
Martin Mathieson 2015-01-15 09:41:32 +00:00
parent adaa661b74
commit 0d9248e125
1 changed files with 2 additions and 2 deletions

View File

@ -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" },