kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Implement custom network protocol for local processes
@ 2011-01-17 21:24 Kfir Lavi
  2011-01-17 21:43 ` John Mahoney
  2011-01-18  9:30 ` Vasiliy Kulikov
  0 siblings, 2 replies; 4+ messages in thread
From: Kfir Lavi @ 2011-01-17 21:24 UTC (permalink / raw)
  To: kernelnewbies

Hi,
How can one implement custom header network protocol.
I mean header that wraps regular network packets like ethernet, udp, tcp,
etc...
The sending of this custom packets is done between processes running
locally.
ie. I get a Ethernet packet, inspect it, then add my custom header and
forward
it to another process that listens to a socket, and expect to get data
wrapped with
this custom header.

What is a good way to go about and implement this thing?

Thanks,
Kfir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110117/f9593b16/attachment.html 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-18  9:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 21:24 Implement custom network protocol for local processes Kfir Lavi
2011-01-17 21:43 ` John Mahoney
2011-01-17 21:52   ` Kfir Lavi
2011-01-18  9:30 ` Vasiliy Kulikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).