65.9K
CodeProject is changing. Read more.
Home

Simple Packet Sniffer in VC++ .NET

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.07/5 (8 votes)

Jan 26, 2005

CPOL
viewsIcon

102206

downloadIcon

4139

This is my first program. I hope it will be useful for someone who wants to write sniffer using WinPcap library.

Sample Image - Sznyfer.jpg

Introduction

This is my first big program in Visual C++. You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the log file.

Background

You must have WinPcap library and .NET installed on your machine. You can download it from here.

Points of Interest

I'm a beginner in Visual, interested in C/C++ programming and digital signal processing. Please write to me if you have any suggestions. My email is maszup@o2.pl.

History

  • 27.01.2005: I put in order using operators "new" and "delete" and uploaded code again.
    I changed Polish comments to English.

Enjoy!