Viasat / network-stats

Tools for compactly summarizing network traffic that is either flowing on an attached interface or within a PCAP file
Apache License 2.0
2 stars 5 forks source link

Generate better CSV filenames from file_splitter #4

Closed dvrx closed 3 years ago

dvrx commented 3 years ago

file_splitter.py generates filenames of the format i.csv where i is an incrementing integer starting at 0. file_splitter ideally should preserve the original filename and append the incrementing counter to the end: -i.csv

charles-laubach commented 3 years ago

Enhancement implemented.