Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: getItemData() in CTreeCtrl Pin
RChin8-Sep-03 10:02
RChin8-Sep-03 10:02 
GeneralWinsock- handling multple clients Pin
Scozturk8-Sep-03 8:16
professionalScozturk8-Sep-03 8:16 
GeneralRe: Winsock- handling multple clients Pin
valikac8-Sep-03 9:43
valikac8-Sep-03 9:43 
GeneralStack messed up upon function returned Pin
DionChen8-Sep-03 8:03
DionChen8-Sep-03 8:03 
GeneralRe: Stack messed up upon function returned Pin
valikac8-Sep-03 9:46
valikac8-Sep-03 9:46 
GeneralRe: Stack messed up upon function returned Pin
DionChen8-Sep-03 9:49
DionChen8-Sep-03 9:49 
GeneralAnalyzing traffic / protocols Pin
L.Denninger8-Sep-03 8:02
L.Denninger8-Sep-03 8:02 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 10:41
Peter Weyzen8-Sep-03 10:41 
Some of the packet sniffer programs do the same thing....

First thing they do, is put your NIC into a "promiscuous" mode. This mode allows your computer to see all packets that pass by it, not just the ones that are destined for that machine.

This also assumes that the "watching" computer is on the same segment of LAN (same part of the network switch) that the "watched" machines are on.

I don't know how to accomplish this, but I do know that this is NOT SUPPORTED ON ALL ethernet adapters.

-p

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<A HREF="http://www.santacruznetworks.com">Santa Cruz Networks</A>

GeneralRe: Analyzing traffic / protocols Pin
Led8-Sep-03 10:52
Led8-Sep-03 10:52 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 10:56
Peter Weyzen8-Sep-03 10:56 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 11:01
Peter Weyzen8-Sep-03 11:01 
GeneralRe: Analyzing traffic / protocols Pin
Led8-Sep-03 11:20
Led8-Sep-03 11:20 
GeneralRe: Analyzing traffic / protocols Pin
SatyaDY8-Sep-03 19:16
SatyaDY8-Sep-03 19:16 
GeneralString Conversion Pin
Frank Deo8-Sep-03 6:53
Frank Deo8-Sep-03 6:53 
GeneralRe: String Conversion Pin
Dominik Reichl8-Sep-03 7:01
Dominik Reichl8-Sep-03 7:01 
GeneralRe: String Conversion Pin
David Crow8-Sep-03 7:19
David Crow8-Sep-03 7:19 
GeneralRe: String Conversion Pin
Frank Deo8-Sep-03 7:38
Frank Deo8-Sep-03 7:38 
Generalmultiple return values Pin
manusha8-Sep-03 6:45
manusha8-Sep-03 6:45 
GeneralRe: multiple return values [C#] Pin
Dominik Reichl8-Sep-03 7:04
Dominik Reichl8-Sep-03 7:04 
GeneralUDP client implementation Pin
NewHSKid8-Sep-03 6:39
NewHSKid8-Sep-03 6:39 
GeneralRe: UDP client implementation Pin
geo_m9-Sep-03 7:40
geo_m9-Sep-03 7:40 
GeneralDocument/view stops working with CSplitterWnd... Pin
iNsAn1tY8-Sep-03 6:05
iNsAn1tY8-Sep-03 6:05 
GeneralRe: Document/view stops working with CSplitterWnd... Pin
iNsAn1tY8-Sep-03 23:20
iNsAn1tY8-Sep-03 23:20 
GeneralCD ROM detection Pin
Nigel Gooch8-Sep-03 5:54
Nigel Gooch8-Sep-03 5:54 
GeneralRe: CD ROM detection Pin
David Crow8-Sep-03 8:03
David Crow8-Sep-03 8:03 

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.