Skip to content

**Packet Capture Tool** A Python-based tool using `pyshark` for real-time packet sniffing and pcap file analysis. Supports Windows and Unix-based systems. **Features:** - Live and file capture (TCP/all packets) - Color-coded output - Cross-platform support Ideal for network admins and cybersecurity professionals.

License

Notifications You must be signed in to change notification settings

zRainerzz/Network-Packet-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Packet Capture Tool

This Python-based network packet capture tool leverages the pyshark library for real-time packet sniffing and pcap file analysis. It supports both Windows and Unix-like systems, offering users the ability to capture and analyze network traffic using a variety of interfaces.

Features:

  • Live Capture: Capture packets in real-time from selected network interfaces with a user-friendly interface.
  • File Capture: Read and analyze captured packets from a .pcap file. Supports TCP and all packet types.
  • Color-Coded Output: Enhanced visibility through color-coded packet data for easier analysis and troubleshooting.
  • Cross-Platform: Compatible with both Windows and Unix-based systems, including Linux and macOS.

Usage:

  1. Choose the network interface (Windows, Unix/Mac OS, or specialized).
  2. Select between live capture or file-based packet analysis (TCP or all packets).
  3. View captured packet data in a clear, color-coded format for efficient network monitoring.

Requirements:

  • Python 3.x
  • pyshark library: Install it using pip install pyshark

License:

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing:

Feel free to fork this repository, create a branch, and submit a pull request. Contributions are welcome!

Disclaimer:

This tool is intended for educational purposes only. Ensure you have the proper authorization before capturing network traffic.

About

**Packet Capture Tool** A Python-based tool using `pyshark` for real-time packet sniffing and pcap file analysis. Supports Windows and Unix-based systems. **Features:** - Live and file capture (TCP/all packets) - Color-coded output - Cross-platform support Ideal for network admins and cybersecurity professionals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages