Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Libnet
[Top] [All Lists]

Re: IP cheksum and libnet_pblock_coalesce

Subject: Re: IP cheksum and libnet_pblock_coalesce
Date: Fri, 24 Sep 2004 20:08:19 -0700
Hello,

 Raynal wrote:

I dont understand why you call libnet_ip_check() :
u_int16_t
libnet_ip_check(u_int16_t *addr, int len)
{
    int sum;

    sum = libnet_in_cksum(addr, len);
    return (LIBNET_CKSUM_CARRY(sum));
}

When you call libnet_pblock_coalesce() checksums are computed, so you
dont have to force any re-computation.

      Fred

My situation was little different, I only use libnet_build_ipv4() &
libnet_build_tcp() functions.

But, I'm sorry I missed the messages #1513.
I think if I applied the pache, I was able to resolve the problem.
(Now that I changed my code and there is no error).

Thanks.

-Kenichi

<Prev in Thread] Current Thread [Next in Thread>