martimy / Wireshark-PCAPNG-Analyzer

A GitHub repository for an app that analyzes Wireshark PCAPNG files and displays statistics using Streamlit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireshark PCAPNG Analyzer

Overview

The Wireshark PCAPNG Analyzer is a powerful tool designed to analyze PCAPNG files generated by Wireshark and present network statistics in an interactive and user-friendly way using Streamlit. This repository contains all the code and resources needed to run this application.

Features

  • Import PCAP/PCAPNG files for analysis.
  • Generate detailed network statistics and visualizations.
  • Explore packet-level details and insights.
  • User-friendly interface built with Streamlit.

Getting Started

Prerequisites

To run this application, you need the following prerequisites:

  • Python (3.6 or higher)
  • Streamlit (install using pip install streamlit)
  • Additional Python dependencies (see requirements.txt)

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/yourusername/Wireshark-PCAPNG-Analyzer.git
  1. Navigate to the project directory:
cd Wireshark-PCAPNG-Analyzer
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Run the Streamlit app:
streamlit run st_shark.py
  1. Open your web browser and navigate to the URL displayed by Streamlit.

  2. Upload a PCAPNG file for analysis and start exploring network statistics.

License

This project is licensed under the MIT License.

About

A GitHub repository for an app that analyzes Wireshark PCAPNG files and displays statistics using Streamlit.

License:MIT License


Languages

Language:Python 100.0%