免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: 易风云
打印 上一主题 下一主题

[C] 请教http 302重定位问题 [复制链接]

论坛徽章:
1
技术图书徽章
日期:2014-03-06 15:32:30
11 [报告]
发表于 2013-04-09 22:11 |只看该作者
加个 Content-Length: 0
试试

论坛徽章:
0
12 [报告]
发表于 2013-04-10 09:15 |只看该作者
谢谢您,非常感谢:wink:

论坛徽章:
0
13 [报告]
发表于 2013-04-10 10:35 |只看该作者

        u_char bufsend[]="HTTP/1.1 302 Found\r\nDate: \r\nServer: \r\nLocation: http://1.1.1.1/testqq.exe\r\nContent-Type: text/html\r\nContent-Length: 0\r\n\r\n";

        int lenofbufsend=sizeof(bufsend);stcpptr->check=htons(0x0000);

        unsigned short attachsize=0;
        struct psd_header* psd_tcpptr=NULL;

        attachsize=ntohs(sipptr->tot_len)-20;

         psd_tcpptr=(struct psd_header*)malloc(attachsize+sizeof(struct psd_header));

        if(NULL==psd_tcpptr)
                return ;

         memset(psd_tcpptr,0,attachsize+sizeof(struct psd_header));

        psd_tcpptr->destip=sipptr->daddr;
        psd_tcpptr->sourceip=sipptr->saddr;
        psd_tcpptr->mbz=0;
        psd_tcpptr->ptcl=0x06;
        psd_tcpptr->tcpl=htons(attachsize);

        u_char* temp=NULL;
        temp= (u_char*)malloc(attachsize);
        memset(temp,0,attachsize);
        memcpy(temp,(unsigned char*)stcpptr,20);

        memcpy(temp+20,bufsend,lenofbufsend);

        memcpy((unsigned char*)psd_tcpptr+sizeof(struct psd_header),temp,attachsize);

      stcpptr->check=checksum((unsigned short*)psd_tcpptr,attachsize+sizeof(struct psd_header));
高手们看看我这个计算tcp首部校验和的程序对不对啊,怎么总是不成功呢?

论坛徽章:
0
14 [报告]
发表于 2013-04-10 13:23 |只看该作者
我想请教各位高手,tcp伪首部中的长度字段应该是什么的长度,tcp伪首部长度+tcp首部长度+数据?还是tcp首部长度+数据长度?还是tcp首部长度?

论坛徽章:
0
15 [报告]
发表于 2013-04-17 11:41 |只看该作者
谢谢大家,问题解决了

论坛徽章:
0
16 [报告]
发表于 2013-12-20 09:30 |只看该作者
请问楼主,最后完成的程序是什么样子的,多谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP