An internet socket that allows direct sending and receiving of raw network packets that contain all headers. They differ from protocols like TCP/IP or UDP.
0
votes
0answers
11 views
PHP and RAW SOCKETS on linux
is it enough to do a
sudo setcap cap_net_raw=eip /usr/bin/php5
to be able to use RAW SOCKETS in php (not cli) in linux ?
if yes , well it is not working (but started to work in cli but not over ...
-2
votes
0answers
30 views
How to create gui for a c program which uses raw sockets to generate and capture packets
how do i create GUI for my socket program .
Its being used to capture packets from an interface ,also take input from user to generate the packet .Thanks
0
votes
0answers
79 views
Missing ARP packets in SOCK_RAW socket
Source of example: source.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include ...
0
votes
0answers
46 views
JNetPcap not sending UDP packet
I am playing around with JNetPcap, trying to send a packet, but it doesn't seem to be working :(. There are no errors, but the packet just doesn't send. I am using iptraf on a linux dedicated server ...
0
votes
2answers
45 views
usng libpcap to implement tcp listen()
I have a research work which requires tcp modification
and I want to implement my version of TCP listen() function
my idea is to use libpcap to capture all TCP SYN packet from a specific port
and then ...
0
votes
1answer
50 views
Is there a way send ethernet packet directly on link using winsock on windows?
Is there a way send ethernet packet directly on link using winsock on windows?
I need to broadcast an ethernet packet on a link (i.e. Destination Mac-Address: Broadcast (ff:ff:ff:ff:ff:ff))
0
votes
0answers
98 views
Type of RAW socket to send Gratuitous ARP request and receive ARP reply packet on VC++
What type of RAW socket is required to send Gratuitous ARP request and receive ARP reply packet on VC++.
int s = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_ARP));
what should be the corresponding ...
0
votes
0answers
18 views
should the address structure argument of sendto() be consistent with the IP/PORT of a raw packet
the sendto() function is as below:
ssize_t sendto(int socket,
const void *message,
size_t length,
int flags,
const struct sockaddr ...
0
votes
0answers
31 views
Is ethernet checksum exposed via AF_PACKET?
As it is implied by this question, it seems that checksum is calculated and verified by ethernet hardware, so it seems highly unlikely that it must be generated by software when sending frames using ...
-2
votes
1answer
136 views
sending raw data with raw sockets in linux (PSH-ACK)
i've coded some program which pretends to stablish a connection, and then send a packet of data; by using raw-sockets in linux, and the C language.
afortunately, i've implemented okay the program, ...
4
votes
3answers
101 views
recvfrom not returning -1 after signal
I am writing a ping program using raw sockets but recvfrom is not returning -1 with EINTR even though a SIGALRM is being handled.This SIGALRM is produced by my alarm(1).I want
recvfrom to return so ...
0
votes
1answer
86 views
how to get the tcp header of a received packet in socket programming?
I want to get the TCP header of each received TCP packet (destined for a specific program,namely, a port)
it seems not possible to use recv() or recvfrom() to get the TCP header using regular socket.
...
0
votes
0answers
114 views
iptables redirect not working for some packets
I'm trying to write a transparent proxy that creates jitter in the outgoing packets from a web server ran on my machine. I'm using the following command on Ubuntu 12.10 to redirect incoming traffic ...
5
votes
1answer
364 views
How can hping be so fast to send packets?
I have compared two tools for the speed of sending packets, hping and packETHcli. The command line options for packETHcli is
./packETHcli -i eth0 -m 2 -n 0 -d -1 -f icmpSample.pcap
and for hping ...
0
votes
0answers
208 views
receive raw tcp packet in c?
I am working on a project to improve the performance of TCP protocol over MANET (Mobile Adhoc Network). My objective is to detect out of order packet in MANET.
my platform is linux-fedora 64-bit.
...
0
votes
1answer
101 views
PacketDotNet problems with CalculateTCPChecksum, ValidTCPChecksum and ValidChecksum
I am trying to do some raw socket programming with TCP protocol, however I am running into an issue with PacketDotNet and TCP checksum.
I am getting nullpointer exceptions within the ...
0
votes
0answers
157 views
Disable ICMP Host unreachable
I'm using a single raw socket to read UDP packets from local test network with 1024 ports. Each UDP src and dest port is unique and I need access to IP and UDP header fields. I can stream and process ...
0
votes
0answers
62 views
SOCK_RAW permissions for www-data
Does anybody knows how to grant SOCK_RAW permissions for the www-data user ?
as this is required for an ICMP request from php side !
as this code $socket = socket_create(AF_INET, SOCK_RAW, 1); won't ...
1
vote
1answer
537 views
Raw socket in java [closed]
I am pretty new to java socket programming. I had already gone thorugh that java only deals with Internet Domain Sockets and it will support UDP and TCP and Raw IP Protocols. I want to know that is ...
3
votes
1answer
143 views
Properly send a RST packet to a TCP client and server as a gateway
I am programming a gateway which one of the functionality is to destroy connections when enough packets have been exchanged. I would like to know how to properly form RST packets to send to both the ...
0
votes
1answer
230 views
how to sniff all ICMP packets using RAW sockets
I am learning RAW sockets. In the below code i am trying to print all ICMP packets headers information. Looks like some error in the code. Can anyone please help me where i am wrong.
# include ...
0
votes
1answer
130 views
Raw socket programming - Why does printf() affect the packet sending?
Ok, it is a very weird problem. I was trying to create a raw socket ICMP packet to spoof the ping request.
int s;
s = socket(PF_INET, SOCK_RAW, IPPROTO_RAW);
And then
int one; // I should ...
0
votes
0answers
232 views
Vlan id is set to 0 when TPACKET_V2 is used
I have a problem about the usage of this TPACKET_V2 .
My problem is that after setting of this type of packet on socket, when I try to receive some packets I can't read the vlan id from the packet ...
0
votes
1answer
151 views
Socket permissions ubuntu
Hi I am new to Linux and have a project related to sockets. The problem I'm facing is that when I run the code with inputs eth0 for interface and ip address of my router i.e
./mycode eth0 192.168.1.1 ...
0
votes
3answers
262 views
Wireshark doesn't detect any packet sent. sendto return 0
I have been trying to send packets using raw socket in following code.This code I found somewhere in the internet. I created my own ipheader and udp header. The whole data packet is sent using ...
2
votes
1answer
217 views
Python Raw Socket cannot recieve ICMP messages; show up in Wireshark
I am trying to implement a python traceroute that sends UDP messages and receives the ICMP responses via raw sockets. I've run into an issue where the ICMP packets seem to avoid capture at all cost. ...
1
vote
3answers
424 views
Node.js and raw sockets
I want to ask if there will be a support of raw sockets in node.js. For example to create ping packet or other stuff?
0
votes
1answer
128 views
Ctrl-c no longer kills my program
I'm writing a ruby back door program that uses PacketFu to listen for packets.
The application works properly, but for some reason it will not exit on interrupt (ctrl+c)
This is the section of code ...
2
votes
2answers
718 views
struct: unpack Requires String Argument of Length 16
For my Computer Networking class, I'm trying to implement Traceroute using raw sockets with the ICMP protocol. I need to build a packet and then unpack the response packet using the Python struct ...
1
vote
1answer
196 views
If I use a raw socket on Linux, will incoming packets with bad TCP checksums be dropped by the kernel?
Right now I'm writing a program that uses a raw TCP socket. If there are any incoming packets with bad TCP checksums, will the kernel pass them to the program or drop them? The reason I want to know ...
1
vote
1answer
148 views
UDP RAW_SOCKET packets to itself are captured on loopback interface instead of eth0
Using sources from this article RAW_SOCKET to forge UDP packets I am generating packets from other host to own eth0 ip address, as example, 192.168.10.1 --> 192.168.10.131.
But tcpdump shows, that ...
1
vote
1answer
191 views
Is it possible to use raw sockets with Twisted (Python)
I am writing an implementation of an NAT and have the need to use raw sockets. I have become accustomed to the Twisted architecture and like how it handles concurrent connections.
Data coming into a ...
2
votes
2answers
784 views
Linux bridge of my own making: arp request never succeeds
I wrote a bridge (layer 2 switch) using my Boost.Asio extension. We can easily make additional sockets, endpoints and protocols which meet their type requirements. And my extension uses linux packet ...
2
votes
2answers
336 views
PF_PACKET socket and 'Port unreachable' ICMP messages
My application needs to receive UDP packets from multiple destination ports (this is a bonafide application and not a sniffer). Therefore, I have chosen to use a PF_PACKET socket and to do port ...
-1
votes
1answer
157 views
python ipv6 packet sniffer
hi i want to sniff packets via python, ipv6 on FREEBSD.
i hard to trying googlings to get information but there is nothing for freebsd example.
below code is not working because someone says that ...
0
votes
0answers
401 views
recvfrom does not return correct packet on raw socket
I have to build a port scanner utility. I am using raw socket to send a SYN packet and detect if destination is giving any response.
This raw socket guide was quite helpful to learn on how send a ...
0
votes
1answer
205 views
how does winpcap work?
as you know windows has stopped supporting raw_sockets therefore there is no real solution to use raw_sockets to build a network sniffer. so my question is how exactly Winpcap and similar libraries ...
1
vote
0answers
949 views
udp packet caught by tcpdump, but not received by socket [closed]
I wrote a rawudp program to send udp packet via raw socket, following the webpage http://www.tenouk.com/Module43a.html.
Then I wrote a udp server to listen to udp packets on given port.
The codes look ...
1
vote
2answers
503 views
raw socket error with sendto: no error code [was: raw socket error with sendto: no such device]
im stuck with sending a raw ethernet frame.
[edit]
I found some errors.
1. It has to be AF_PACKET in the socket call.
2. AF_PACKET doesnt have an option SOCK_PACKET, but SOCK_DGRAM and SOCK_RAW
...
1
vote
1answer
1k views
Why are there differences between ETH_P_IP and ETH_P_ALL when doing a read()
I have the following setup:
client(eth0) --- (eth2) linux bridge (eth1) --- (eth1) server
When I open a RAW socket on the linux bridge using
fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
I ...
0
votes
0answers
356 views
Destination mac address doesn't match wireshark capture when reading from raw socket
I have this setup:
client(eth0) --- (eth2)proxy(eth1) --- (eth0)server
My proxy is configured to operate as a bridge between the client and the server.
Client sends a syn; wireshark (listening on ...
0
votes
0answers
60 views
What's the fastest way to filter and classify packets?
I'm receiving packets with a packet socket and I have to classify parts of network traffic into a few different classes. I'm trying to use BPF, but as BPF doesn't seem to have any method for ...
2
votes
1answer
2k views
Simple raw socket server in C/C++ on Linux
I am trying to build an Ethernet network with raw sockets. I cannot use TCP/IP, UDP, or any other protocol.
This is because it will be communicating with very simple hardware that won't have the ...
2
votes
3answers
212 views
C code to get TCP sequence numbers for Windows, Linux and Mac
Is there a way (using raw sockets or otherwise) to get the TCP sequence numbers used by a process. So for example if a process is active and has an active TCP connection, is it possible to get the TCP ...
0
votes
0answers
135 views
How to send a preformed UDP packet to localhost?
Hoping to get some help from the experts here. I have a service, "Listener", that is listing on 0.0.0.0:7070. I have another application, "Agent" that receives fully-formed UDP/IP packets via a ...
4
votes
2answers
902 views
Why doesn´t my program send ARP requests (c++)?
I am learning low level sockets with c++. I have done a simple program that shall send an ARP request. The socket seems to send the packet but I cannot catch it with Wireshark. I have another small ...
0
votes
1answer
348 views
Can't send raw packets to local mac with PF_PACKET?
I've been playing around with an ethernet protocol (not IP) constructed using
socket(PF_PACKET, SOCK_RAW, ether_type)
I have a small problem. I've got a packet constructed that has the source and ...
4
votes
2answers
1k views
create SOCK_RAW socket just for sending data without any recvform()
If I create a socket whose type is SOCK_RAW only to send some data without receiving any data, is there any problem when kernel continue to receive network packets and copy its datagram to somebuffer ...
1
vote
2answers
2k views
Timestamp outgoing packets
I'm trying to get accurate timestamps for outgoing packets (sent using raw sockets). According to Linux/Documentation/networking/timestamping.txt, "For send time stamps the outgoing packet is looped ...
3
votes
3answers
765 views
Asynchronous libpcap: losing packets?
I have a program that sends a set of TCP SYN packets to a host (using raw sockets) and uses libpcap (with a filter) to obtain the responses. I'm trying to implement this in an asynchronous I/O ...

