summaryrefslogtreecommitdiff
path: root/print-dccp.c
Commit message (Expand)AuthorAgeFilesLines
* Update print-dccp.cGisle Vanem2015-07-101-1/+0
* Fix a bunch of de-constifications.Guy Harris2015-04-261-9/+9
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* DCCP: fix printing and indentationFrancois-Xavier Le Bail2014-11-201-28/+34
* DCCP: update Packet Types with RFC4340/IANA namesFrancois-Xavier Le Bail2014-11-201-35/+64
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-12/+12
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-27/+27
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-4/+4
* NDOize AODV, IPv4 and SCTP decodersDenis Ovsienko2014-03-261-3/+3
* finalize some previous NDO conversionsDenis Ovsienko2014-03-261-1/+0
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1
* NDOize DCCP, Linux socket and RPKI-Router decodersDenis Ovsienko2014-03-141-107/+108
* Do a bunch more length checking.Guy Harris2014-02-161-120/+205
* fix partial checksum errors in DCCP decoder, IPv6 caseFrancois-Xavier Le Bail2014-02-161-2/+2
* Fetch the sequence number the way we fetch the acknowledgment number.Guy Harris2014-02-161-24/+38
* Use an 8-octet array when the ACK field is always 8 octets.Guy Harris2014-02-161-17/+4
* Get rid of unused function.Guy Harris2014-02-161-18/+0
* Add {40,48,56}-bit big-endian extract macros and use them for DCCP ACKs.Guy Harris2014-02-151-14/+6
* Mark structures with UNALIGNED.Guy Harris2014-02-151-6/+6
* fix partial checksum errors in DCCP decoder, IPv4 caseFrancois-Xavier Le Bail2014-02-151-2/+2
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2014-01-011-2/+116
|\
| * Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-2/+116
* | whitespace changesMichael Richardson2014-01-011-27/+27
|/
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+4
* 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