summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-mtp3.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-10-25 16:03:38 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-10-25 16:03:38 +0000
commit95094bf42054faadf005ecdfb2c6601e85b0e53b (patch)
tree2f35a447b1092c03eb5e861cba05aa097add96a6 /epan/dissectors/packet-mtp3.c
parent59234a6b5ee1a00c69bb4fc04bef1030cc764c76 (diff)
downloadwireshark-95094bf42054faadf005ecdfb2c6601e85b0e53b.tar.gz
Fix cut-n-pasteo.
svn path=/trunk/; revision=45786
Diffstat (limited to 'epan/dissectors/packet-mtp3.c')
-rw-r--r--epan/dissectors/packet-mtp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mtp3.c b/epan/dissectors/packet-mtp3.c
index ccea3669ad..513afcee48 100644
--- a/epan/dissectors/packet-mtp3.c
+++ b/epan/dissectors/packet-mtp3.c
@@ -222,7 +222,7 @@ const value_string mtp3_network_indicator_vals[] = {
{ MTP3_NI_INT0, "International network" },
{ MTP3_NI_INT1, "Spare (for international use only)" },
{ MTP3_NI_NAT0, "National network" },
- { MTP3_NI_NAT0, "Reserved for national use" },
+ { MTP3_NI_NAT1, "Reserved for national use" },
{ 0, NULL }
};