Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19885: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 14 Nov 2006 05:45:30 GMT
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