Simple Packet Sniffer in VC++ .NET
This is my first program. I hope it will be useful for someone who wants to write sniffer using WinPcap library.

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!