Connecting Tech Pros Worldwide Forums | Help | Site Map

RAW SOCKET

sethukr@gmail.com
Guest
 
Posts: n/a
#1: Oct 13 '06
hi,
anybody please tell me some useful sites/books for RAW SOCKET
PROGRAMMING in C.


Christopher Benson-Manica
Guest
 
Posts: n/a
#2: Oct 13 '06

re: RAW SOCKET


sethukr@gmail.com wrote:
Quote:
anybody please tell me some useful sites/books for RAW SOCKET
PROGRAMMING in C.
(Try Amazon for starters.)

Your post is off-topic for comp.lang.c. Please visit

http://www.ungerhu.com/jxh/clc.welcome.txt
http://c-faq.com
http://benpfaff.org/writings/clc/off-topic.html

for posting guidelines and frequently asked questions. Thank you.

--
C. Benson Manica | I *should* know what I'm talking about - if I
cbmanica(at)gmail.com | don't, I need to know. Flames welcome.
raxitsheth2000@yahoo.co.in
Guest
 
Posts: n/a
#3: Oct 13 '06

re: RAW SOCKET


Richard Steven Volume 1: Network programming
(I think older version is having only one volume, i am not sure...)

--raxit sheth
sethukr@gmail.com wrote:
Quote:
hi,
anybody please tell me some useful sites/books for RAW SOCKET
PROGRAMMING in C.
raxitsheth2000@yahoo.co.in
Guest
 
Posts: n/a
#4: Oct 13 '06

re: RAW SOCKET


and also familiarity with ICMP would be a good while raw socket.

http://www.faqs.org/faqs/internet/tcp-ip/raw-ip-faq/

--raxit

Kenny McCormack
Guest
 
Posts: n/a
#5: Oct 13 '06

re: RAW SOCKET


In article <1160736370.671674.28080@m73g2000cwd.googlegroups. com>,
<sethukr@gmail.comwrote:
Quote:
>hi,
anybody please tell me some useful sites/books for RAW SOCKET
>PROGRAMMING in C.
Off topic. Not portable. Cant discuss it here. Blah, blah, blah.

Useful clc-related links:

http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language

Tom St Denis
Guest
 
Posts: n/a
#6: Oct 13 '06

re: RAW SOCKET



sethukr@gmail.com wrote:
Quote:
hi,
anybody please tell me some useful sites/books for RAW SOCKET
PROGRAMMING in C.
What does that even mean? RAW Sockets are typically just layer 3
devices which allow you to write the IP datagram as you see fit.

You can simply use libpcap for that and get layer 2 access to your
medium :-)

And this is OT...

Tom

ipnwsec
Guest
 
Posts: n/a
#7: Oct 13 '06

re: RAW SOCKET



http://packetstormsecurity.nl/progra...raw_socket.txt

thanks,
http://geocities.com/sunil3112000



Tom St Denis wrote:
Quote:
sethukr@gmail.com wrote:
Quote:
hi,
anybody please tell me some useful sites/books for RAW SOCKET
PROGRAMMING in C.
>
What does that even mean? RAW Sockets are typically just layer 3
devices which allow you to write the IP datagram as you see fit.
>
You can simply use libpcap for that and get layer 2 access to your
medium :-)
>
And this is OT...
>
Tom
Closed Thread