diff options
author | sven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756> | 2010-10-16 06:53:09 +0200 |
---|---|---|
committer | sven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756> | 2010-10-16 06:53:09 +0200 |
commit | 8959874f052a73f7dc46f645b1c373c3fc19d5fc (patch) | |
tree | d4e65562b331c10c93ae6ac12c4065eea7e5813c /TODO | |
parent | 5e42936c6035519cc1d41c637a02939726c87a71 (diff) | |
download | NPTv6-8959874f052a73f7dc46f645b1c373c3fc19d5fc.tar NPTv6-8959874f052a73f7dc46f645b1c373c3fc19d5fc.zip |
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@47 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -36,7 +36,3 @@ while (c != NEXTHDR_NONE && ip6t_ext_hdr(currenthdr)) { c = hp->nexthdr; ptr += hdrlen; } - - csum = ~add16(add16(~htons(csum_orig), ~csum16((u_int16_t *)&old, 3)), csum16((u_int16_t *)&new, 3)); - printf("%04hx normal buf1\n", ntohs(csum)); - |