Skip to content

Java Program that brings insight into network traffic capture data.

Notifications You must be signed in to change notification settings

ctmccoy/TrafficCaptureAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GENERATE YOUR OWN 📁 "Dataset1.csv" 📁 FILE


☑️ 1: - Install Wireshark (if you don’t have it):

☑️ 2: - Capture Your Traffic:

  • Open Wireshark.
  • Start capturing on your preferred interface (e.g., eth0, wlan0).
  • Let it run while you browse, ping, or generate traffic.
  • Stop the capture once you have enough data (a few hundred packets is fine).

☑️ 3: - Export to CSV:

  • Go to File → Export Packet Dissections → As CSV
  • Choose Packet Summary Line as the export type
    • Save the file as: 📁 "Dataset1.csv" 📁
    • Place it in the same folder as the Java program (TrafficCaptureAnalysis/).

☑️ 4: - Run the Program Again:

  • javac IP_enumerate.java
  • java IP_enumerate

⚠️ Make sure the exported CSV contains the fields Source, Destination, and Protocol. These are case-insensitive but required for analysis. ⚠️

About

Java Program that brings insight into network traffic capture data.

Resources

Stars

Watchers

Forks

Packages

No packages published