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

PacketIndex based on Bloom filter. #5

Open
rysavy-ondrej opened this issue Mar 2, 2018 · 1 comment
Open

PacketIndex based on Bloom filter. #5

rysavy-ondrej opened this issue Mar 2, 2018 · 1 comment

Comments

@rysavy-ondrej
Copy link
Owner

The experimental implementation of PacketIndex using Bloom filter:
The source PCAP file is covered by N-bloom filters. Each filter uses FlowKey string as the item to store. Thus, each filter has knowledge of the possible presence of packet belonging to the given flow.

@rysavy-ondrej
Copy link
Owner Author

Use Benchmark.net (http://benchmarkdotnet.org/Overview.htm) to evaluate the implementation. Also, compare this with other indexing methods,e.g., storing information about packets in a list along with each flow.

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

No branches or pull requests

1 participant