RE: Port Knocking: Sending Single TCP Packet
- From: v-phuang@xxxxxxxxxxxxxxxxxxxx ("Peter Huang" [MSFT])
- Date: Wed, 04 Jan 2006 03:16:46 GMT
Hi
TCP is an connection-oriented protocol which is known as Three-Way
Handshake.
Explanation of the Three-Way Handshake via TCP/IP
http://support.microsoft.com/?id=172983
If you want to control the Three-Way Handshake , you need to use the RAW
socket to compose your own TCP packet in a IP packet to send.
Here are some information for your reference.
SharpPcap - A packet capture framework for .NET
http://www.codeproject.com/csharp/sharppcap.asp#sendPackets
Raw IP Networking FAQ
http://www.whitefang.com/rin/rawfaq.html#10
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Port Knocking: Sending Single TCP Packet
- From: Mark Olbert
- Re: Port Knocking: Sending Single TCP Packet
- References:
- Port Knocking: Sending Single TCP Packet
- From: Mark Olbert
- Port Knocking: Sending Single TCP Packet
- Prev by Date: Re: I have 2 versions of .NET, which is being used
- Next by Date: Re: I have 2 versions of .NET, which is being used
- Previous by thread: Port Knocking: Sending Single TCP Packet
- Next by thread: Re: Port Knocking: Sending Single TCP Packet
- Index(es):
Relevant Pages
|