Skip to content

Network sniffer made in WPF using MVVM pattern

License

Notifications You must be signed in to change notification settings

twieds/NetworkSniffer

 
 

Repository files navigation

NetworkSniffer

A basic network sniffer made in WPF using MVVM architectural pattern.


Features

  • Capturing and analyzing IP packets
  • Captured packets statistics tracking
  • Analyzing transport layer packets
  • Filtering incoming and outgoing packets by transport protocol, IP address, port and length

Supported protocols

  • TCP
  • UDP
  • ICMP
  • IGMP
  • DNS

Most common application protocols are identified (but not parsed) - FTP, SSH, SMTP, HTTP, HTTPS and more.


About

This application is made in WPF as a seminar project for a college course using an open source MVVM library MVVM Light Toolkit.

Made by

gcupko00
bolkonksy

Special thanks to

Tester: athnix

About

Network sniffer made in WPF using MVVM pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C# 88.2%
  • Rich Text Format 11.8%