From 5a555dfb303b887384ecc3d618228e5a48917357 Mon Sep 17 00:00:00 2001
From: gpotter2 <gpotter2@users.noreply.github.com>
Date: Wed, 15 Feb 2017 18:14:58 +0000
Subject: [PATCH] Fix ppi_geotag ?

Looks that this line became outdated with the latest versions
---
 scapy/contrib/ppi_geotag.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scapy/contrib/ppi_geotag.py b/scapy/contrib/ppi_geotag.py
index 4235031d..5863db38 100644
--- a/scapy/contrib/ppi_geotag.py
+++ b/scapy/contrib/ppi_geotag.py
@@ -247,7 +247,6 @@ class HCSIFlagsField(FlagsField):
             val = 0
             if (pkt):
                 for i, name in enumerate(self.names):
-                    name = name[0]
                     value = pkt.getfieldval(name)
                     if value is not None:
                         val |= 1 << i
-- 
GitLab