aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/PacketVerifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/PacketVerifier.py')
-rw-r--r--resources/libraries/python/PacketVerifier.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/libraries/python/PacketVerifier.py b/resources/libraries/python/PacketVerifier.py
index 19d6aaf53f..9af14e3dce 100644
--- a/resources/libraries/python/PacketVerifier.py
+++ b/resources/libraries/python/PacketVerifier.py
@@ -291,10 +291,6 @@ class Interface(object):
def recv_pkt(self, timeout=3):
return self.rxq.recv(timeout, self.sent_packets)
- def close(self):
- #self.rxq._proc.terminate()
- pass
-
def create_gratuitous_arp_request(src_mac, src_ip):
"""Creates scapy representation of gratuitous ARP request"""