|
@@ -67,7 +67,7 @@ class CLI(object):
|
|
'in interval-wise, TCP checksum, and checking payload availability.',
|
|
'in interval-wise, TCP checksum, and checking payload availability.',
|
|
action='store_true')
|
|
action='store_true')
|
|
parser.add_argument('-S', '--rngSeed', action='append', help='sets rng seed for testing or benchmarking',
|
|
parser.add_argument('-S', '--rngSeed', action='append', help='sets rng seed for testing or benchmarking',
|
|
- nargs='+', default=[])
|
|
|
|
|
|
+ nargs='+', default=[], type=int)
|
|
parser.add_argument('-T', '--time', help='measures packet generation time', action='store_true', default=False)
|
|
parser.add_argument('-T', '--time', help='measures packet generation time', action='store_true', default=False)
|
|
parser.add_argument('-V', '--non-verbose', help='reduces terminal clutter', action='store_true', default=False)
|
|
parser.add_argument('-V', '--non-verbose', help='reduces terminal clutter', action='store_true', default=False)
|
|
parser.add_argument('-o', '--output', metavar="PCAP_FILE", help='path to the output pcap file')
|
|
parser.add_argument('-o', '--output', metavar="PCAP_FILE", help='path to the output pcap file')
|