Currently, capture loading is very slow.
Possible improvements:
- Refactor packet handling/struct parsing in general
- Use custom binary format for saved captures to get rid of XML overhead
- Suspend ListView while loading
- Use a BackgroundWorker for save/load to prevent locking up the UI and cause confusion
Currently, capture loading is very slow.
Possible improvements: