Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.19 KB

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