summaryrefslogtreecommitdiffstats
path: root/scripts/stl/profiles/udp_rand_len_9k.py
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-02-04 17:21:01 +0200
committerHanoh Haim <hhaim@cisco.com>2016-02-04 17:21:01 +0200
commit86cfbdb569f4654202013f963570a7c77ad032f9 (patch)
tree86b1aa2a3afa34aa353ecdbd91f7cf6b711bf2ba /scripts/stl/profiles/udp_rand_len_9k.py
parent4075f3ab5997c743b96a4c86461954a920498176 (diff)
example syn attack
Diffstat (limited to 'scripts/stl/profiles/udp_rand_len_9k.py')
-rw-r--r--scripts/stl/profiles/udp_rand_len_9k.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/stl/profiles/udp_rand_len_9k.py b/scripts/stl/profiles/udp_rand_len_9k.py
index 011e11c9..56d84535 100644
--- a/scripts/stl/profiles/udp_rand_len_9k.py
+++ b/scripts/stl/profiles/udp_rand_len_9k.py
@@ -16,7 +16,6 @@ class STLS1(object):
self.max_pkt_size_l3 =9*1024;
def create_stream (self):
-
# pkt
p_l2 = Ether();
p_l3 = IP(src="16.0.0.1",dst="48.0.0.1")