PcapXray icon indicating copy to clipboard operation
PcapXray copied to clipboard

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

Open mbernardo opened this issue 2 years ago • 0 comments

on-behalf-of: @org [email protected]

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.

mbernardo avatar Mar 21 '22 11:03 mbernardo