summaryrefslogtreecommitdiff
path: root/print-dccp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a routine to do the "checksum with pseudo-header" stuff for IPv4.Guy Harris2011-06-171-26/+3
* Use nextproto6_cksum() for XXX-over-IPv6 checksums.Guy Harris2011-06-171-22/+2
* Go with Wireshark's Internet checksum routine.Guy Harris2011-06-131-41/+38
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-18/+8
* From Gerrit Renker:guy2007-11-091-25/+14
* from Gerrit Renker <gerrit@erg.abdn.ac.uk>:hannes2006-11-021-19/+17
* From Andrea Bittau: fetch the service code in network byte order.guy2006-02-191-3/+5
* From Gisle Vanem: don't use GCC features such as the ability to declareguy2005-12-051-5/+9
* The ANSI C Committee sayeth "Thou shalt not add to a pointer to void,guy2005-11-081-2/+2
* from Ian Mc Donald <imcdnzl AT gmail.com>:hannes2005-11-041-22/+23
* Add RCS IDs.guy2005-09-201-0/+6
* From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support.guy2005-09-201-0/+520