Srinivas11789 / PcapXray

:snowflake: PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
GNU General Public License v2.0
1.66k stars 276 forks source link

GUI interface #4

Open WinXprt opened 6 years ago

WinXprt commented 6 years ago

I only got this when i try to analyse a file. image Didn't understand the issue

WinXprt commented 6 years ago

Will it only shows graph. image

What about user agent details or any details? How can we get them

WinXprt commented 6 years ago

Unable to move the interface horizontally

Srinivas11789 commented 6 years ago

Screen1: The first screen occurs when there is no packet data in the packet capture, the graph for the node fills the UI. This is a known bug. Screen2: The details of the HTTP headers are dumped to a separate file in the report directory created as output. This behavior should be mentioned in the Readme (Documentation). Also, as an enhancement, the HTTP Header details should be displayed in a separate tab of the GUI.

Srinivas11789 commented 6 years ago

Horizontal Scrollbar: Sometimes when the resolution or size of the display is less, the horizontal scroll bar gets clipped, extending the gui solves the issue. When the graph spans the canvas, the size of the tool window is not altered properly. Reproducibility: This occurs sometimes. I had only one attempt out of 5+ hitting this. Fix: I think work on altering the tool GUI with respect to the display and graph should fix this.