Click here to Skip to main content
15,911,482 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cannot call Dispose() while doing CreateHandle(). Pin
Dave Kreskowiak21-Apr-05 2:25
mveDave Kreskowiak21-Apr-05 2:25 
GeneralRe: Cannot call Dispose() while doing CreateHandle(). Pin
Member 140280621-Apr-05 15:41
Member 140280621-Apr-05 15:41 
Generalfile / folder properties Pin
makaveli78920-Apr-05 14:22
makaveli78920-Apr-05 14:22 
GeneralRe: file / folder properties Pin
makaveli78921-Apr-05 2:54
makaveli78921-Apr-05 2:54 
GeneralCreating new Constructorles Primitive Via Reflection Pin
Tristan Rhodes20-Apr-05 13:10
Tristan Rhodes20-Apr-05 13:10 
GeneralRe: Creating new Constructorles Primitive Via Reflection Pin
Christian Graus20-Apr-05 13:30
protectorChristian Graus20-Apr-05 13:30 
GeneralRe: Creating new Constructorles Primitive Via Reflection Pin
Tristan Rhodes20-Apr-05 22:12
Tristan Rhodes20-Apr-05 22:12 
GeneralCapture entire packets before leaving NIC Pin
rick.north20-Apr-05 11:46
rick.north20-Apr-05 11:46 
Can anyone suggest how I can capture any packet that is sent from a host? The idea is to not let the packet out into the network, but to capture it, generate our own reply and send it back to the host. If I have the packet, I know how to strip it into the various layers and make a new one to send back. The problem is actually getting the initial packet.

I've looked at sniffer source code but that seems only to look what packets are on the line and not physically take them. Someone said that I should use a NIC in promiscuous mode? As far as I know, a NIC in promiscuous mode will listen to any packets on the network, not just ones destined for its own interface. I only want to capture the packets from the host that the application is running on and not from any other machine on the network. To try make this clearer, when the application is running, the host will not be able to communicate over the network but instead will only be able to communicate to the application.

Any help or pointers in any direction will be greatly appreciated!

Thanks!
GeneralRe: Capture entire packets before leaving NIC Pin
Dave Kreskowiak20-Apr-05 14:38
mveDave Kreskowiak20-Apr-05 14:38 
GeneralRe: Capture entire packets before leaving NIC Pin
rick.north21-Apr-05 7:55
rick.north21-Apr-05 7:55 
QuestionHow to avoid scroll wheel Pin
DFrag20-Apr-05 11:15
DFrag20-Apr-05 11:15 
AnswerRe: How to avoid scroll wheel Pin
Dave Kreskowiak20-Apr-05 14:32
mveDave Kreskowiak20-Apr-05 14:32 
AnswerRe: How to avoid scroll wheel Pin
Mathew Hall20-Apr-05 15:32
Mathew Hall20-Apr-05 15:32 
GeneralRe: How to avoid scroll wheel Pin
DFrag20-Apr-05 16:13
DFrag20-Apr-05 16:13 
GeneralRe: How to avoid scroll wheel Pin
Mathew Hall20-Apr-05 20:11
Mathew Hall20-Apr-05 20:11 
GeneralRemove buttons from Monthcalendar control Pin
drey120-Apr-05 10:24
drey120-Apr-05 10:24 
GeneralRe: Remove buttons from Monthcalendar control Pin
James T. Johnson20-Apr-05 20:11
James T. Johnson20-Apr-05 20:11 
QuestionFlowLayoutPanel just like in .NET 2.0? Pin
Carl Mercier20-Apr-05 9:58
Carl Mercier20-Apr-05 9:58 
AnswerRe: FlowLayoutPanel just like in .NET 2.0? Pin
Carl Mercier20-Apr-05 14:48
Carl Mercier20-Apr-05 14:48 
Generalreading text files Pin
gonzalesman20-Apr-05 8:45
gonzalesman20-Apr-05 8:45 
GeneralRe: reading text files Pin
DavidNohejl20-Apr-05 10:02
DavidNohejl20-Apr-05 10:02 
QuestionHow to move and zoom an image? Pin
jinzhecheng20-Apr-05 6:57
jinzhecheng20-Apr-05 6:57 
AnswerRe: How to move and zoom an image? Pin
leppie20-Apr-05 8:45
leppie20-Apr-05 8:45 
GeneralRe: How to move and zoom an image? Pin
jinzhecheng23-Apr-05 8:52
jinzhecheng23-Apr-05 8:52 
GeneralRe: How to move and zoom an image? Pin
NortonC21-May-05 12:25
NortonC21-May-05 12:25 

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.