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

Added Sqlite DB functionality for packet data and pcap session loading. #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbernardo
Copy link

on-behalf-of: @org github@technicacorp.com

Technica has added Sqlite db functionality for the packet data and a prototype for the destination hosts was also added, though not used/tested.
This version is also capable of loading previously analyzed pcap data sessions; based on the name of the pcap file/sqlite db file.
There is a bug in this version to be noted. The device information that is used during visualization is not persisted in the database, but kept in Global Memory which is erased when the application is closed. If the same PCAP is analyzed again, the data is pulled from the Sqlite database but the analyze portion is skipped so the device information will be missing.

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.

None yet

1 participant