Skip to content

sergarbor/traffic_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traffic_check

This is just small a project to practice and learn Rust.

The goal of the project is to have basic traffic analyzing program using the pcap library to capture the packets.

Basic Analisys

The fisrt features to be implemented are:

  • Get Ethernet frame info
  • Get IPV4/IPV6 frame info
  • Get UDP/TCP frame info

Next features to develop:

  • Create extend the protocols to be parsed
  • Start some kind of basic analysis
    • identify apps
    • traffic load per address/app
    • amount of packages or load per app/address

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages