From 93c81c67fdb265d6c7c0e61dcf1645b62258b633 Mon Sep 17 00:00:00 2001 From: Guillaume Valadon <guillaume@valadon.net> Date: Tue, 23 Dec 2014 12:06:17 +0100 Subject: [PATCH] Fix --HG-- branch : GTP support --- scapy/contrib/gtp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scapy/contrib/gtp.py b/scapy/contrib/gtp.py index ed36ec91..af604368 100644 --- a/scapy/contrib/gtp.py +++ b/scapy/contrib/gtp.py @@ -299,7 +299,7 @@ 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 } + 128: IE_EndUserAddress, 131: IE_AccessPointName, 133: IE_GSNAddress } def IE_Dispatcher(s): """Choose the correct Information Element class.""" -- GitLab