kisom / pypcapfile

Pure Python library for handling libpcap savefiles.
http://kisom.github.com/pypcapfile
ISC License
76 stars 33 forks source link

Added an option for reading packets lazily. #14

Closed tommyolofsson closed 8 years ago

tommyolofsson commented 8 years ago

We had problems with running out of memory when working with huge captures.

kisom commented 8 years ago

Can you write a test for the new function, and add your name to the AUTHORS file?

tommyolofsson commented 8 years ago

All good?

kisom commented 8 years ago

Looks good to me, thanks!

kisom commented 8 years ago

Just a follow up, I've pushed version 0.11 (incorporating this and some other changes) to pypi.

tommyolofsson commented 8 years ago

Awesome!