From e9385e35525d5c38bd2373ac0064cde880bbcc07 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:51:04 +0100 Subject: [PATCH] Update plotting.py --- Network_and_802.11/scapy/plotting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()