From 03756f367b6a481c34dd3ba45f30ca4fd02ed8f6 Mon Sep 17 00:00:00 2001 From: Guillaume Valadon <guillaume@valadon.net> Date: Thu, 25 Dec 2014 08:03:18 +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 9be00b7e..e54b0ac6 100644 --- a/scapy/contrib/gtp.py +++ b/scapy/contrib/gtp.py @@ -170,7 +170,7 @@ class IE_SelectionMode(Packet): # Indicates the origin of the APN in the message name = "Selection Mode" fields_desc = [ ByteEnumField("ietype", 15, IEType), - BitEnumField("SelectionMode", "MSorAPN", 8, Selection_Mode) ] + BitEnumField("SelectionMode", "MS or APN", 8, Selection_Mode) ] def extract_padding(self, pkt): return "",pkt -- GitLab