Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 522 Bytes

Pcap_Graph

Read in pcap file & generate graph after some analysis

It uses pyshark library to do the analysis & it uses matplotlib.pyplot to plot graph.

Example usage:

Usage : python pcap_graph.py pcap-filename camera-ip
Enter a pcap filename: deleting_camera_from_android.pcapng
Enter the camera IP: 192.168.4.2
Analyzing packets...
Total packets detected with either Src or Dst IP as target_ip: 1787

Generated Graphs:

Length-Packet Graph Length-Packet Bar Graph