aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-08-19 02:27:13 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-08-19 02:27:13 +0000
commit053c3e7e2470fc657f660a9516e8d6a8ad627cda (patch)
treeaf8b91bed1bc2404ed9ea4b13711dc842644a2b2 /epan/dissectors/packet-e212.c
parent536a2cc8233dae8714d5fa12af6001390b5cac98 (diff)
Correct a number in a value_string.
Spotted in a profile that match_strval_ext() was calling match_strval_linear() a lot (this value_string has 1476 entries - it was epensive!). Found error by adding temp debug to _match_strval_ext_init() - do we ever expect the entries not to be in order? Am wondering if the warning should be committed. svn path=/trunk/; revision=44576
Diffstat (limited to 'epan/dissectors/packet-e212.c')
-rw-r--r--epan/dissectors/packet-e212.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e212.c b/epan/dissectors/packet-e212.c
index 0d2ace1160..0c2967fcba 100644
--- a/epan/dissectors/packet-e212.c
+++ b/epan/dissectors/packet-e212.c
@@ -1151,7 +1151,7 @@ static const value_string mcc_mnc_codes[] = {
{ 302270, "Bragg Comunications" },
{ 302290, "Airtel Wireless" },
{ 302320, "DAVE Wireless" },
- { 302240, "Execulink" },
+ { 302340, "Execulink" },
{ 302360, "Telus Mobility" },
{ 302370, "Microcell" },
{ 302380, "Dryden Mobility" },