diff options
Diffstat (limited to 'pcap2data/make_sample.py')
| -rw-r--r-- | pcap2data/make_sample.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap2data/make_sample.py b/pcap2data/make_sample.py index 58eec04..3cf35c8 100644 --- a/pcap2data/make_sample.py +++ b/pcap2data/make_sample.py @@ -225,7 +225,7 @@ if __name__ == "__main__": # SEQ_LEN = [30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170] # SEQ_LEN = [1000] - SEQ_LEN = [100] + SEQ_LEN = [50] print( os.path.dirname( os.path.abspath(os.path.curdir) ) ) |
