summaryrefslogtreecommitdiff
path: root/common/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for raw IP interface typeLoic Poulain2020-11-021-0/+7
* Merged rt44535 (relay port)Francis Dupont2017-12-231-0/+11
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-5/+4
* [master] Changed severity of the log message indicating checksum errors.Marcin Siodelski2017-06-281-3/+3
* [master] Clean up packet handlingShawn Routhier2015-12-161-13/+36
* [master] Checkum handling fixesThomas Markwalder2014-09-181-26/+21
* [master] Corrected error in UDP bad packet loggingThomas Markwalder2014-09-081-20/+35
* Add support for Infiniband over sockets to the server andShawn Routhier2012-02-161-18/+33
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-1/+1
* - Two uninitialized stack structures are now memset to zero. [ISC-Bugs #17737]David Hankins2009-02-201-1/+3
* almost editorial stuffFrancis Dupont2007-11-301-1/+1
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-5/+0
* Copyright++David Hankins2007-05-191-2/+2
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-1/+1
* Assorted fixes for broken network devices: IP header length field is nowEvan Hunt2007-04-271-64/+76
* Removing the new I/O changes from HEAD. [ISC-Bugs #16328]David Hankins2006-08-091-35/+1
* - In those cases where the DHCP software manufactures an IP header (toDavid Hankins2006-07-191-2/+2
* - The IO system now tracks all local IP addresses, so that the DHCPDavid Hankins2006-02-271-1/+35
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-62/+51
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-6/+12
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-3/+3
* Fix the math in the udp packet length calculator.Ted Lemon2000-10-151-2/+3
* Fix a stupid byte-swap error.Ted Lemon2000-10-141-7/+7
* Don't trust udp -> uh_len.Ted Lemon2000-10-131-1/+7
* Oops, left something outTed Lemon2000-09-201-1/+3
* Extra sanity check on uh_ulen.Ted Lemon2000-09-201-2/+5
* Fix some typos. Don't call the token ring decoder for FDDI.Ted Lemon2000-04-141-4/+4
* Add support for DEC-specific FDDI interfaces.Ted Lemon2000-03-241-1/+11
* Go back to the BSD license.Ted Lemon2000-03-171-12/+32
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-3/+3
* Eradicate two more htype occurrances.Ted Lemon2000-01-291-3/+3
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-11/+11
* Fix two pastos.Ted Lemon1999-06-101-3/+3
* Support token ring packets.Ted Lemon1999-05-271-33/+10
* Get rid of incorrect data after payload messages.Ted Lemon1999-04-231-3/+3
* Fix up UDP length calculations. Fix checksum algorithm.Ted Lemon1999-04-231-21/+16
* Fix up error message printing. Base UDP checksum on UDP header length.Ted Lemon1999-04-121-16/+48
* Pull up changes in Patchlevel 19Ted Lemon1999-03-261-9/+11
* Only report bad packet checksums if we see a preponderance of them.Ted Lemon1999-03-251-3/+6
* Update license.Ted Lemon1999-03-161-33/+13
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-11/+11
* Declare arguments that can be promoted so that the compiler's behaviour doesn...Ted Lemon1998-03-161-3/+3
* size_t -> ssize_t in return values where < 0 == errorTed Lemon1997-06-081-3/+3
* Work around Ultrix gotchaTed Lemon1997-05-091-3/+3
* Compile checksum code whether or not we're doing a low-level packet driverTed Lemon1997-03-291-3/+3
* Export checksum and wrapsumTed Lemon1997-03-061-6/+3
* Back out back checksum changesTed Lemon1997-03-051-6/+12
* New IP header checksum code supplied by Anatoli LogvinskiTed Lemon1997-03-051-12/+6
* Use local_port and remote_port instead of server_port and server_port + 1Ted Lemon1997-02-181-3/+3
* Put file version in copyright stringTed Lemon1996-08-271-1/+1