summaryrefslogtreecommitdiff
path: root/common/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-1/+1
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-5/+4
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-5/+3
* - Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-111-1/+2
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* Version to 4.0.0a3.David Hankins2007-09-051-1/+1
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-10/+0
* Fix pointer size in 64-bit land.Shane Kerr2007-05-231-2/+2
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-30/+22
* Properly initialize sockaddr to 0.Murray2002-06-091-1/+2
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-29/+20
* If ICMP doesn't come up, continue.Ted Lemon2001-04-231-3/+9
* Fix an endian bug in trace files (James Brister)Ted Lemon2001-03-141-1/+4
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-2/+2
* Fix cross-platform compile warningsTed Lemon2001-02-171-5/+5
* Add support for tracing ICMP messages.Ted Lemon2001-02-121-33/+129
* Fix up call to omapi_object_type_register.Ted Lemon2000-10-101-4/+4
* Adjust arguments to omapi_object_type_registerTed Lemon2000-07-061-2/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-2/+3
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* socklen_t -> SOCKLEN_TTed Lemon2000-02-031-2/+2
* Make IP_HL and IP_HL_SET consistent.Ted Lemon2000-02-011-2/+2
* Use socklen_t only for recvfrom.Ted Lemon2000-02-011-5/+5
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-3/+4
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-2/+2
* Set close-on-exec if possible.Ted Lemon2000-01-051-1/+6
* One more argument to object_register...Ted Lemon1999-09-091-2/+2
* Update to use OMAPI I/O dispatcher.Ted Lemon1999-09-091-25/+63
* 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