Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Path Configurable and add Support for GZIP PCAP files #13

Merged
merged 2 commits into from
May 26, 2020

Conversation

sseveran
Copy link
Contributor

  • Added a path parameter to allow saving to an arbitrary location. The default parameter will preserve the current behavior.

  • If the PCAP file ends in .gz decompress on the fly. This simplifies single pass through use cases such as storing all the trades in a DB. Current behavior is to read the entire file and then error.

@lvfrazao lvfrazao merged commit 5f4755f into lvfrazao:master May 26, 2020
@lvfrazao
Copy link
Owner

I haven't personally tested these changes but they look good to me. I can upload a new version to PyPI later this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants