Top "Raw-sockets" questions

An internet socket that allows direct sending and receiving of raw network packets that contain all headers.

Send an UDP packet and receive an ICMP response from router in C

I'm trying write a C program that sends an UDP packet to a given IP adress and waits for an …

c sockets udp raw-sockets icmp
Can't receive packets to raw socket

I'm writing raw socket client (which successfully sends UDP packets) and a server socket, The problem is in the server …

c sockets udp raw-sockets
udp packet caught by tcpdump, but not received by socket

I wrote a rawudp program to send udp packet via raw socket, following the webpage http://www.tenouk.com/Module43…

udp tcpdump raw-sockets
Creating raw socket in Python without root privileges

Is it possible to create a raw socket without root privileges? If not, can a script elevate its privileges itself? …

python linux sockets raw-sockets
Use raw sockets in Go

I'm trying to write a program that receives DHCP discoveries (UDP) and forwards them on to a given IP address …

go raw-sockets
Python TCP stack implementation

Is there a python library which implements a standalone TCP stack? I can't use the usual python socket library because …

python tcp network-programming network-protocols raw-sockets
Possible to safely run multiple Android emulators on the same machine and communicate using sockets?

I would like to simulate a small cluster of Android devices either on one laptop (worst-case), or on several machines …

android emulation raw-sockets
how to embed C code in python program?

i want to write a program using multi-threading, raw sockets, to scan the ports in python i have a C …

python c raw-sockets
Using ntop() instead of ntoa() on an older raw socket tutorial

I am following the tutorial at this link to create a raw socket packet sniffer: http://www.security-freak.net/raw-sockets/…

c sockets packet-sniffers raw-sockets