diff --git a/Network_and_802.11/scapy/plotting.py b/Network_and_802.11/scapy/plotting.py index 4b21a50..4163a99 100644 --- a/Network_and_802.11/scapy/plotting.py +++ b/Network_and_802.11/scapy/plotting.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from scapy.all import * @@ -27,4 +27,4 @@ def simple_plot(): p.plot(lambda x:len(x)) if __name__ == '__main__': - simple_plot() \ No newline at end of file + simple_plot()