mnuzen / wire-dolphine

The goal of this project is to provide causal users with a simple and intuitive way of visualizing network communications. By explaining how computers communicate through packets and networks, we hope to educate users on the structure of the internet.
Apache License 2.0
3 stars 1 forks source link

split PCAP files into separate datastore Entities #21

Closed Erik-Handeland closed 4 years ago

Erik-Handeland commented 4 years ago

Use filename+timestamp to create unique entries names for datastore. This allows for multiple PCAP field to be store in datastore

arunk054 commented 4 years ago

you might also want to store a file's md5 sum so that you know its the same file and dont upload it at all. Otherwise it will become difficult to manage.