http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19885
User: etxrab
Date: 2006/11/14 05:45 AM
Log:
This is Gerrit Renker code which:
* makes checksum computation dependent
upon the header CsCov field (cf. RFC 4340, 5.1)
* removes the case where checksums are zero
(unlike UDP/packet-udp, from which the code stems,
zero checksums are illegal in DCCP (as in TCP))
* fixes a minor typo - missing bitshift of the
CCVal field
Directory: /trunk/epan/dissectors/
Changes Path Action
+30 -12 packet-dcp.c Modified