diff --git a/Network_and_802.11/scapy/example_hexdump.py b/Network_and_802.11/scapy/example_hexdump.py index 1519a42..d50e943 100644 --- a/Network_and_802.11/scapy/example_hexdump.py +++ b/Network_and_802.11/scapy/example_hexdump.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from scapy.all import * str(IP()) a = Ether()/IP(dst="www.google.com")/TCP()/"GET /index.html HTTP/1.1" -hexdump(a) \ No newline at end of file +hexdump(a)