Merge pull request #103 from mattlowe/patch-1

Update Icmp-Redirect.py
This commit is contained in:
lgandx 2016-08-25 11:51:33 -03:00 committed by GitHub
commit 0bdc183093

View file

@ -19,6 +19,7 @@ import socket
import struct
import optparse
import pipes
import sys
from socket import *
sys.path.append('../')
from odict import OrderedDict