Re: Accessing raw TCP packet payload data
- From: "Greg Young" <druckdruckREMOVEgoose@xxxxxxxxxxx>
- Date: Sun, 2 Jul 2006 00:43:08 -0400
As has already been mentioned you can use raw sockets etc to access this
information. I would however have to wonder the point of using TCP in such a
scenario.
"Chris Crowther" <hikari@xxxxxxxxxxxxxxxxx> wrote in message
news:OVjBD7DnGHA.4348@xxxxxxxxxxxxxxxxxxxxxxx
Hi All,
Does anyone know if it's possible to grab the raw payload data from
a TCP packet, using .NET (C# to be exact).
I'm writing a piece of software that communicates to a networked
device using a protocol encapsulated inside TCP. The structure of
the protocol is such that stream semantics aren't really appropiate
for communication; all the data for an encapsulated packet has to
fit inside a single TCP packet. I just want to be able to pickup
the payload for each TCP packet that comes in from the device, on
the established connection.
--
Chris Crowther
Developer
J&M Crowther Ltd.
.
- Follow-Ups:
- Re: Accessing raw TCP packet payload data
- From: Chris Crowther
- Re: Accessing raw TCP packet payload data
- Prev by Date: What to use?
- Next by Date: Re: ASP.NET
- Previous by thread: What to use?
- Next by thread: Re: Accessing raw TCP packet payload data
- Index(es):
Relevant Pages
|
Loading