summaryrefslogtreecommitdiff
path: root/common/packet.c
Commit message (Expand)AuthorAgeFilesLines
* - README, RELNOTES, version update to 3.0.3b1.V3-0-3-BETA-1David Hankins2005-03-031-2/+2
* - merge rt13250David Hankins2005-02-221-10/+10
* - Merge in RT13103.David Hankins2004-11-241-27/+25
* - MASSIVE copyright update.David Hankins2004-06-101-27/+18
* - Keeping Copyrights up to date.David Hankins2002-11-171-2/+2
* - Don't print an error message if the packet is one byte larger than theTed Lemon2001-05-311-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
* Don't use the hardware address to unicast if the address length is bogusTed Lemon1996-06-271-1/+1
* Work around FreeBSD BPF bugTed Lemon1996-06-111-0/+5
* Add checksum debugging; disable UDP checksumsTed Lemon1996-05-221-1/+31
* add from addr to assemble_udp_ip_header; don't filter on incoming IP address ...Ted Lemon1996-05-221-12/+6
* Use distributed Berkeley headers; therefore lose ethernet header portability ...Ted Lemon1996-05-201-49/+52
* Fix up ethernet address struct-vs-array bugTed Lemon1996-05-161-1/+1
* Take out debug code in filter allowing in client packetsTed Lemon1996-05-161-1/+1
* Traditionalize ANSI-only constructs; lose if UDP checksum is bad; remove non-...Ted Lemon1996-05-161-15/+44
* Complete rewrite of Archie Cobbs' low-level packet assembly code; add packet ...Ted Lemon1996-05-131-146/+219
* Packet assembly subroutinesTed Lemon1996-04-111-0/+180