Internet Control Message Protocol, designed for control and diagnostic messages. Used by common diagnostic tools like ping or traceroute.

learn more… | top users | synonyms

0
votes
2answers
28 views

android shell commands getting the result

I work on an application that can make ping or traceroute requests from the android shell and my application reads the result and post it to the user. My problem is that I can not get the whole result ...
0
votes
1answer
20 views

How many requests does IcmpSendEcho2 send?

IcmpSendEcho2 documentation says: The ReplyBuffer contains the ICMP echo responses, if any. For ICMP, if only one request is sent, wouldn't only zero or one responses be expected? If that's the ...
0
votes
1answer
15 views
+50

KVM Debian - Disabling ICMP Redirect Acceptance makes SSH and ping impossible

I am currently setting up a VPN LT2P/IPSec on my Debian KVM following this tutorial : http://bailey.st/blog/2011/07/06/secure-ipsecl2tp-vpn-for-on-the-road-android-devices/ Issuing this command : ...
0
votes
0answers
20 views

How can I decrease the packet size that I send throguh internet to as minimum as possible, maybe as size of an icmp packet [closed]

I live in Iran and as a matter of fact we have some problem with internet, the problem is ping is fine, but for example opening a website takes long time, or you can't play wow or dota2 in internet ...
0
votes
1answer
110 views

Cannot ping/communicate with Android devices on the same network

I have a nexus 7 running CM10.1 . For some reason i cannot reach it from my laptop on the same wifi network. I cannot ping in either direction. In the past i have been only able to ping one way. Just ...
-2
votes
1answer
78 views

ICMP time exceeded in-transit [closed]

In the last few days my server suffers an attack of this kind: (bandwith > 60MBit/s, XXX.XXX.XXX.XXX are multiple IPs) tcpdump -n proto ICMP 17:15:19.267464 IP XXX.XXX.XXX.XXX > my_ip: ...
1
vote
1answer
80 views

How to receive ICMP response “Port unreachable” to UDP message in C#

i'm trying to receive ICMP response "Port unreachable" to UDP message in C# this is what i'm trying to do: IPEndPoint remoteEndpoint = new IPEndPoint(IPAddress.Parse("192.168.211.133"), 0); var ...
0
votes
1answer
67 views

Using fping to get ping times in Python

I have a list of IP's (Generated from a traceroute in Python Scapy) which I need to send 3 ping's to measure the average time to each hop. My first methord was building a ICMP request using sockets ...
0
votes
0answers
7 views

Unable to receive ICMP reply from localhost using jnetcap

I'm using jnetpcap in Java to capture ICMP packets. My PcapPacketHandler defined as below. class PacketHandler implements PcapPacketHandler<String> { @Override public void ...
0
votes
1answer
62 views

Denial of service (DoS) Application in Visual Studio 2010

Its a lengthy question and Its might be amature, sorry I'm new at programming; I want to design a console based application for testing with a Denial of service (DOS) attack. Suppose ping example.com ...
0
votes
1answer
31 views

How to get informations about ICMP in received packages?

I'm writing a program to sending and receiving packages. I have not problems with sending data via ICMP protocol, but there are problems with getting few informations such as host IP or ICMP code. I ...
-2
votes
1answer
18 views

Why is TCP-based probing often more effective and accurate than ICMP-based probing? [closed]

Apparently TCP-based probing is more effective and accurate than ICMP-based probing. What might be some reasons for this?
0
votes
1answer
142 views

Calculate average Round Trip Time? [closed]

I have used the traceroute command and pinged my Amazon INstance. This is the result I got back: traceroute to 10.250.19.146 (10.250.19.146), 30 hops max, 60 byte packets 1 ...
2
votes
0answers
108 views

Calculate checksum of ICMPv6 packet

I'm trying to calculate the checksum of an ICMPv6 packet in C#. I followed the suggestions posted here but there still seems to be a slight difference. This is how I'm calculating the checksum: ...
1
vote
1answer
61 views

Django - Model Boolean Check with Python Ping

I currently have a working DSLAM Management site for DSL connections. Currently want I want to get working is to have the DSLAM status update on its own, by automatically pinging the DSLAM ip address. ...
0
votes
1answer
56 views

stack smashing detected..while sending ICMP packet

I have written a C program to send an ICMP packet. Here is the corresponding code.. #include <sys/types.h> #include <sys/socket.h> #include <stdio.h> #include <stdlib.h> ...
4
votes
3answers
99 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
0answers
40 views

ec2 security group Authorize ICMP

CONTEXT I'm setting up an Amazon EC2 cluster, in order to install Cloudera. I am following this tutorial: https://ccp.cloudera.com/display/FREE45DOC/Installing+Cloudera+Manager+and+CDH+on+EC2 PROBLEM ...
2
votes
1answer
189 views

Implementing traceroute using icmp in C

I am trying to implement traceroute using icmp raw sockets by constructing the appropriate ip header and icmp header.The port number i am using is 7 and i have calculated the checksums.The hop limit ...
0
votes
1answer
80 views

Maximum size of ICMP IPv6 packet

With reference to this question and to ASIO libary, I would like to know what is the maximum size of ICMP v6 reply packet. I'm using ASIO library to listen for and receive ICMPv6 packets, but I don't ...
0
votes
0answers
46 views

how to set text message in icmp echo-reply [closed]

how to set text message in icmp echo-reply on server and see the message when ping server IP? Is it real?
-1
votes
1answer
54 views

add library to linker

i'm trying to write a code that sends a ping to another computer. i need to include icmpapi.h to my program and add icmp.lib to the linking library list. i already included ...
0
votes
1answer
195 views

Receiving ICMP Host Unreachable message on UDP socket in Python

I'm writing a simple UDP chat server in Python 2.7 on Linux 2.6.38. How can ICMP error messages be read that a host(client) receives when it sends UDP segments to say, an unreachable server? I tried ...
0
votes
0answers
17 views

Sending ICMP echo request on IOS [duplicate]

Is it possible to send ICMP echo requests on an IOS device? I've never written network code on anything but the application level, and so I'm not sure how to do this in general, and I'm even less sure ...
0
votes
0answers
154 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 ...
4
votes
0answers
91 views

localhost icmp packet found in capture file: why?

Here's my tcpdump filter (ip[8] is the IP ttl field and icmp[0]=11 corresponds to time-exceeded ICMP messages): (ip and ip[8]=2 and src host $myIPAddress) or (icmp and dst host $myIPAddress and ...
1
vote
2answers
155 views

Calculating checksum of ICMPv6 Packet in C

I am trying to calculate the checksum of an ICMPv6 message (to be precise, a Neighbor Advertisement). RFC 4443 describes it as the "16-bit one's complement of the one's complement sum of the entire ...
0
votes
1answer
45 views

How to capture ICMPv6 neighbor advertisement packet (136) on windows?

I have created an IPV6 SOCK_RAW socket to capture NA packet. To enables promiscuous mode i have used the function WSAIoctl with SIO_RCVALL control code and RCVALL_ON as option value, but this function ...
0
votes
1answer
130 views

ICMP Checksum offload

I have a simple custom ping program echo request / echo reply....Server part is deployed in Linux and client is in Windows machine.... Both client and server side programatically calculating ICMP ...
0
votes
2answers
178 views

Why is my ICMP sequence number not incrementing? (C Socket Programming)

is it possible someone can help me workout why my ICMP sequence number isn't incrementing on every request, when this was used as a ping program it would increment the sequence number on each ping. ...
0
votes
2answers
123 views

Why is my TTL value increasing by 2 each time? (C Socket programming)

i'm trying to implement a Traceroute program but i've ran into two problems, one is that the TTL and RTT print out wrong; though they printed out right when implemented as a ping program. Finally my ...
0
votes
1answer
139 views

Get exact size of IPv6 header including the extenstion headers

If IPv4 is in question and I want to extract IP and ICMP header out of std::istream, first I get the initial 20 bytes, then check if the header lenght provided in the IPv4 header is larger than 20 ...
0
votes
0answers
70 views

windows socket(ipv6) cannot receive Neighbor Advertisement(NA) packet

I used a Raw Socket(IPv6) to send/receive ICMP packets. It works fine to send ping request(type 128) and receive ping receive(type 129) packets. And it also works well to send Neighbor ...
0
votes
0answers
102 views

Discarded packet counter in netstat (windows system)

Using RockSaw tool to ping a list of hosts in parallel. During my tests, I saw some of ICMP requests were discarded shown in "netstat -s" under "Discarded Output Packets". There was no discarded ...
0
votes
2answers
66 views

Why do the 2 strings print the same value when I assigned them different values?

void got_packet(u_char *args, const struct pcap_pkthdr *header, const u_char *packet) { static int count = 1; /* packet counter */ /* declare pointers to packet headers */ const ...
0
votes
1answer
76 views

Spoofing an echo reply

Given that I'm on a local network, if I can capture a ICMP echo request packet, and considering that I want to spoof a echo reply, what part of the original packet would I need to change supposing I ...
-1
votes
1answer
209 views

Need help fixing this C Socket ICMP Program

i have a C program that's able to receive ICMP requests and display them, but however will not send out any ICMP requests itself from what I've seen using Wireshark. I have included the required ...
0
votes
0answers
131 views

IP header identification field value is not 0 when there is no fragmentation

I am making a program where I would like to use the IP header fields of frag_off and identification. I am assuming I can do this as I am ensuring that the packets I am modifying will have the do not ...
1
vote
2answers
418 views

How to Ping Using Sockets Library - C

Compiler: Code::Blocks(GNU GCC) Platform: Windows(x86) Includes: winsock.h winsock2.h (ws2_32 is linked as well) I am currently trying to write a program that will read a text file containing a ...
1
vote
0answers
59 views

Not receiving ICMPv6 “packet too big” messages from virtual router

I am running GNS3 (0.8.3.1) with VirtualBox 4.2.6 guest running Ubuntu 12.10 and I realized a problem with ICMPv6 packets. My PMTUD application is not receiving "packet too big" messages from the ...
0
votes
2answers
176 views

What is the actual use of mac address on internet?

I was learning about spoofing attacks and now confused on IP and MAC addreses. I learned that every packets(TCP, ICMP, etc..) send from a computer have an Ethernet header which contain mac address of ...
2
votes
1answer
238 views

Dont fragment flag for IPv6 packets in Linux using C++

I can not set the "don't fragment" flag for the IPv6/ICMPv6 packets. I am doing PMTUD and I want to force the router to drop packets bigger then the MTU. Using setsockopt with IPV6_MTU_DISCOVER is not ...
2
votes
1answer
156 views

ICMP vs TCP Protocols on iOS [closed]

I'm trying to implement traceroute for ios in c. (For example:in order to find which router is not working). Unfortunately I can't use ICMP protocol which send me response each time router kills my ...
3
votes
1answer
328 views

Reading ICMP reply with select in Linux using C++

I am sending an ICMP request using C++ and raw sockets to a router and after that I want to read the ICMP reply. My problem is, select() is not receiving the replay and times-out all the time. I am ...
0
votes
0answers
162 views

Winrt DatagramSocket can't receive any message after a few icmp error

I use DatagramSocket in non-connect mode, that is it will send_to and recv_from packet multiple peer. I am not sure the dest peer is on line, so the DatagramSocket is keeping notified with icmp errors ...
3
votes
1answer
223 views

python with unprivileged ping in linux IPPROTO_ICMP

according to http://kernelnewbies.org/Linux_3.0#head-c5bcc118ee946645132a834a716ef0d7d05b282e we can now ping as an unprivileged user, and I can sort of get it to work. using ...
2
votes
1answer
216 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. ...
0
votes
0answers
28 views

Pinging (ICMP) With Nodejs On Windows Without Forking New Process [duplicate]

Possible Duplicate: How to “Ping” from a Node.js app? I'd like to send ping (ICMP) requests with nodejs on Windows. It is possible to do that with ping.exe and forking a new process but ...
0
votes
1answer
119 views

NDP (icmpV6) Implementation: Duplicate packets send by Kernel

I have tried to develop and implement NDP(Neighbor Discovery Protocol) in Linux based PC's referring RFC 4861. I have created a socket socket (AF_INET6, SOCK_RAW, IPPROTO_IPV6). NS/NA packet (ipv6 ...
2
votes
1answer
549 views

Python raw socket not receiving ICMP packets

I'm trying to use raw sockets in Python to send UDP packets to a host and then get the ICMP response back for the packet -- basically reimplementing traceroute. I've managed to correctly construct ...

1 2 3 4