netdev
[Top] [All Lists]

adding own 8 byte header to ip packet

To: netdev@xxxxxxxxxxx
Subject: adding own 8 byte header to ip packet
From: Parag Nemade <cranium2003@xxxxxxxxx>
Date: Wed, 21 Apr 2004 01:01:19 -0700 (PDT)
Sender: netdev-bounce@xxxxxxxxxxx
hello,
 Actually i added my own 8 byte header using skb_push
function in front of transport header in 
ip_build_and_send_pkt function in ip_output.c file
before skb_push for IP header. same thing i did in
ip_rcv function in ip_input.c to strip off headers.
but when i boot that image and ping the effects in
ping packet will not reflect and after some time i got
kernel BUG at slab 1130!
      Is am i missimg some other modifications.
regards,
Parag


        
                
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

<Prev in Thread] Current Thread [Next in Thread>
  • adding own 8 byte header to ip packet, Parag Nemade <=