Skip to content

Read in pcap file & generate graph after some analysis

Notifications You must be signed in to change notification settings

itzmestar/Pcap_Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Read in pcap file & generate graph after some analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages