]> The Tcpdump Group git mirrors - tcpdump/commit
from Gerrit Renker <[email protected]>:
authorhannes <hannes>
Thu, 2 Nov 2006 09:05:23 +0000 (09:05 +0000)
committerhannes <hannes>
Thu, 2 Nov 2006 09:05:23 +0000 (09:05 +0000)
commit8e396b573159a3c2abe21a423fb0f4237e296bce
treef6183b9749469d04d9fa0d72399d4b47a07fb5e2
parent3472526186b90037dbb016feab89f5ad33db6e75
from Gerrit Renker <[email protected]>:
add support for variable-length checksum in DCCP, as per section 9 of RFC 4340.
remove duplicated code in dccp6_cksum (which just repeated the code of in_cksum
fix a bug in dccp.h -- the fields of CCVAL and CSCOV were swapped (see section 5.1 of RFC 4340)
fix a typo in the display of incorrect checksums
  old output `cksum xDEAD (incorrect (->  xBEEF)',
  new output `cksum xDEAD (incorrect -> xBEEF)'
dccp.h
print-dccp.c