From 98037657e3ffe354b29d42300e2f91b2656687a8 Mon Sep 17 00:00:00 2001
From: Guillaume Valadon <guillaume@valadon.net>
Date: Tue, 23 Dec 2014 12:14:51 +0100
Subject: [PATCH] Fix

--HG--
branch : GTP support
---
 scapy/contrib/gtp.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scapy/contrib/gtp.py b/scapy/contrib/gtp.py
index af604368..a4a889b2 100644
--- a/scapy/contrib/gtp.py
+++ b/scapy/contrib/gtp.py
@@ -299,7 +299,8 @@ class IE_NotImplementedTLV(Packet):
 ietypecls = {   1: IE_Cause, 2: IE_IMSI, 3: IE_Routing, 15: IE_SelectionMode, 16: IE_TEIDI,
                17: IE_TEICP, 19: IE_Teardown, 20: IE_NSAPI, 26: IE_ChargingCharacteristics,
                27: IE_TraceReference, 28: IE_TraceType,
-              128: IE_EndUserAddress, 131: IE_AccessPointName, 133: IE_GSNAddress } 
+              128: IE_EndUserAddress, 131: IE_AccessPointName, 133: IE_GSNAddress,
+              134: IE_MSInternationalNumber } 
 
 def IE_Dispatcher(s):
   """Choose the correct Information Element class."""
-- 
GitLab