Click here to Skip to main content
15,881,665 members
Articles / Desktop Programming / MFC
Article

Network Sniffer

Rate me:
Please Sign up or sign in to vote.
4.71/5 (28 votes)
19 Jul 2004CPOL 262.2K   14.7K   116   65
Network Sniffer

Sample Image - Sniffer.jpg

Introduction

A "Packet Sniffer" is a utility that sniffs without modifying the network's packets in any way. By comparison, a firewall sees all of a computer's packet traffic as well, but it has the ability to block and drop any packets that its programming dictates. Packet sniffers merely watch, display, and log this traffic.

One disturbingly powerful aspect of packet sniffers is their ability to place the hosting machine's network adapter into "promiscuous mode." Network adapters running in promiscuous mode receive not only the data directed to the machine hosting the sniffing software, but also ALL of the traffic on the physically connected local network.

I hope that this piece of code will help you understand the network better.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Australia Australia
Been a programmer since 1999.
Experience in:
.Net, C++, C#, VB, VB.NET, ASP, ASP.NET, DLLs, COM etc.

Comments and Discussions

 
AnswerRe: hey how to run this project ............... Pin
Yohanes Pradono23-Jul-11 15:26
Yohanes Pradono23-Jul-11 15:26 
GeneralMy vote of 1 Pin
dheeraj_jun218-Dec-08 17:34
dheeraj_jun218-Dec-08 17:34 
Generalpacket sniffer Pin
User 268325828-Oct-08 19:39
User 268325828-Oct-08 19:39 
GeneralRe: packet sniffer Pin
priyanka,oberoi110-Aug-09 1:33
priyanka,oberoi110-Aug-09 1:33 
GeneralGood Project, what is the format to save? does it support Packetbone Pin
jerrysmith2222-Jul-08 17:50
jerrysmith2222-Jul-08 17:50 
GeneralWhich compiler? Visual C++ .NET? (=Version 7) Pin
gerspeece28-Mar-08 5:16
gerspeece28-Mar-08 5:16 
GeneralRe: Which compiler? Visual C++ .NET? (=Version 7) Pin
Eran Aharonovich29-Mar-08 0:33
Eran Aharonovich29-Mar-08 0:33 
Questionhelp me how to compile and execute the project.... Pin
rahul.csit28-Feb-08 17:36
rahul.csit28-Feb-08 17:36 
QuestionIt works in visual c++ 6.0?? Pin
uriel_slp24-Oct-07 10:23
uriel_slp24-Oct-07 10:23 
AnswerRe: It works in visual c++ 6.0?? Pin
uriel_slp24-Oct-07 10:27
uriel_slp24-Oct-07 10:27 
QuestionPlease I Need Help Pin
mustafa_kh_200710-Sep-07 4:03
mustafa_kh_200710-Sep-07 4:03 
QuestionWe can catch the TCP packet only? Pin
MD8414-May-07 21:57
MD8414-May-07 21:57 
AnswerRe: We can catch the TCP packet only? Pin
Eran Aharonovich14-May-07 22:03
Eran Aharonovich14-May-07 22:03 
GeneralRe: We can catch the TCP packet only? Pin
priyanka,oberoi110-Aug-09 1:37
priyanka,oberoi110-Aug-09 1:37 
Generalgetting IP address Pin
AYcoder7-Aug-06 9:08
AYcoder7-Aug-06 9:08 
QuestionOutbound traffic is not catched Pin
John Ashraf24-Jul-06 12:22
John Ashraf24-Jul-06 12:22 
Generalrunning the network sniffer Pin
ujal13-Jul-06 7:18
ujal13-Jul-06 7:18 
GeneralRe: running the network sniffer Pin
Eran Aharonovich13-Jul-06 7:27
Eran Aharonovich13-Jul-06 7:27 
GeneralRe: running the network sniffer Pin
ujal14-Jul-06 5:33
ujal14-Jul-06 5:33 
Generaldisplay number of packets Pin
dReAmWoNderS5-Jul-06 4:48
dReAmWoNderS5-Jul-06 4:48 
QuestionMore fragments problem Pin
Wouter Dhondt18-Jun-06 5:06
Wouter Dhondt18-Jun-06 5:06 
GeneralXP SP2 Problem Pin
jopus22-Jul-05 11:31
jopus22-Jul-05 11:31 
GeneralI Get Inbound traffic only Pin
jopus28-Apr-05 20:23
jopus28-Apr-05 20:23 
GeneralPlease help me! Pin
dSolariuM29-Mar-05 4:45
dSolariuM29-Mar-05 4:45 
GeneralRe: Please help me! Pin
Eran Aharonovich30-Mar-05 6:32
Eran Aharonovich30-Mar-05 6:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.