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

Improve Readme.md file #3

Closed WinXprt closed 6 years ago

WinXprt commented 6 years ago

Can you improvize the Readme.md file with End to End steps on how to use this tool?

WinXprt commented 6 years ago

Like after installing all the dependencies We need go to PcapXray->Source folder. In Source folder we have main.py Need to run the following command: python main.py Then will get the GUI interface where will give our .pcap file and select the traffic which we want to analyse and then Click on "Analyse" for more information about the network traffic present in the pcap file.

Srinivas11789 commented 6 years ago

Thanks for the issue. I will provide a demo link and mention detailed steps in the Readme.md

Srinivas11789 commented 6 years ago

Updated readme with some instructions and a demo