aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e164.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-08-27 15:40:33 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-08-27 15:42:49 +0000
commitcac381b3dec391ab59c6dd3698b45e52dd301806 (patch)
tree02cdcb736ffb283eadf42a99483857323e043f81 /epan/dissectors/packet-e164.c
parent41764ec24be12dc58938ed84d64b1aabbab8ac37 (diff)
E.164: update list to Operational Bulletin No. 1057 (1.VIII.2014)
Change-Id: If1767dcf9a533d10e0ac946a2f31d7f58ea7b01c Reviewed-on: https://code.wireshark.org/review/3875 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-e164.c')
-rw-r--r--epan/dissectors/packet-e164.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e164.c b/epan/dissectors/packet-e164.c
index 9f90e648ab..9c9f9c5c8f 100644
--- a/epan/dissectors/packet-e164.c
+++ b/epan/dissectors/packet-e164.c
@@ -23,7 +23,9 @@
*
* Ref ITU-T E.164 05/97
* Annex to ITU Operational Bulletin No. 991 - 1.XI.2011
- * Amendment No. 6 ITU Operational Bulletin No. 1038 - 15.X.2013
+ * Amendment No. 10 ITU Operational Bulletin No. 1057 - 1.VIII.2014
+ * Find the bulletins here:
+ * http://www.itu.int/pub/T-SP-OB
*/
#include "config.h"
@@ -393,10 +395,13 @@ const value_string E164_International_Networks_883_vals[] = {
{ 0x120, "Telenor Connexion AB"},
{ 0x130, "France Telecom Orange"},
{ 0x140, "Multiregional TransitTelecom (MTT)"},
+ { 0x150, "BodyTrace Netherlands B.V"},
{ 0x5100, "Voxbone SA"},
{ 0x5110, "Bandwith.com Inc"},
{ 0x5120, "MTX Connect Ltd"},
{ 0x5130, "SIMPE Ltd"},
+ { 0x5140, "Ellipsat Inc"},
+ { 0x5150, "Wins Limited"},
{ 0, NULL }
};