summaryrefslogtreecommitdiff
path: root/common/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* Update license.Ted Lemon1999-03-161-33/+13
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-7/+7
* Update binary copyright.Ted Lemon1998-06-251-1/+1
* Clear out unused portion of icmp packet.Ted Lemon1998-06-251-1/+2
* Clean up bogus Sun CC pointer type mismatches. Clean up signed vs. unsigned...Ted Lemon1998-03-161-5/+7
* Handle ICMP packets with IP header options correctly.Ted Lemon1998-01-121-6/+11
* Lose message on short icmp_echorepliesTed Lemon1997-06-041-2/+3
* Cast sockopt arg to char * for Solaris.Ted Lemon1997-06-031-3/+3
* Fix alpha ptrsize botch. Try even harder to make sure ICMP Echo request pac...Ted Lemon1997-05-091-8/+11
* Cast pointer to char * in sendto for SunOSTed Lemon1997-03-291-2/+2
* raw reads include IP header before icmp header, so we have to skip over it.Ted Lemon1997-03-081-5/+7
* Oops - didn't compileTed Lemon1997-03-061-18/+27
* Support for ICMP Echo protocolTed Lemon1997-03-061-0/+159