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. |

| Subject: | RE: libnet_write_raw_ipv4() Message too long |
|---|---|
| Date: | Fri, 03 Sep 2004 12:33:07 +0000 |
Hello,
ptag_data = 0; ptag_tcp_or_udp_or_icmp= 0; ptag_ip = 0;
for()
{
ptag_data = libnet_build_data (...,...,..., ptag_data);ptag_ip = libnet_build_ip (...., ..., ptag_ip);
libnet_wrilt(); }
Regards, Mustaffa Abu Sedira
From: Ben L <bernd.leitner@gmx.at> To: libnet@securityfocus.com Subject: libnet_write_raw_ipv4() Message too long Date: 2 Sep 2004 13:28:10 -0000
Hello,
i have a problem with my libnet application. I have written a small programm to test my firewall and a packetlogger. My code simply creates some ip packets with valid ip addresses in a loop.
Those packets are transmitted via tcp.
Everything works fine for about 70 packets, then i get the (Message too long) error msg.
The problem is that my code always adds the data for the new packet to the current libnet context. I need a way to get rid of the old data after i have sended a packet in a loop.
pseudo code:
while (ip addresses)
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | libnet_write_raw_ipv4() Message too long, Ben L |
|---|---|
| Next by Date: | NG special for Kirby, Frédéric Raynal |
| Previous by Thread: | libnet_write_raw_ipv4() Message too long, Ben L |
| Next by Thread: | NG special for Kirby, Frédéric Raynal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |