iclab / centinel

http://iclab.org/
MIT License
34 stars 17 forks source link

pcap compression and copying should not happen in memory #276

Closed rpanah closed 7 years ago

rpanah commented 7 years ago

When pcap files are too large, they can't be read into memory to be compressed and/or written to file. We should instead do these on disk using in-place compression and system file copy functions.