diff --git a/Network_and_802.11/scapy/route.py b/Network_and_802.11/scapy/route.py index d168c0b..dff6936 100644 --- a/Network_and_802.11/scapy/route.py +++ b/Network_and_802.11/scapy/route.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from scapy.all import * @@ -12,4 +12,4 @@ print conf.route conf.route.resync() -print conf.route \ No newline at end of file +print conf.route