Networking Forums

Networking Forums > Computer Networking > Linux Networking > Raw packet capture and sending

Reply
Thread Tools Display Modes

Raw packet capture and sending

 
 
Konstantin Grudnev
Guest
Posts: n/a

 
      03-15-2006, 01:00 PM
Hi !

I have device(ARM920T) and Linuxm, that runs on it.

I look for ways to make the next things:

1) Make my program to capture raw packets and forward them to the
server-appplication, without kernel to process this packet to my application
(i.e. avoid packet duplication)

2) Send received packet to the server-application.

I found a way to make program capture raw packets, but kernel process these
packets and server-application receives packets from kernel.

How to make kernel not to process packets, which I'm interested in ?




 
Reply With Quote
 
 
 
 
kable
Guest
Posts: n/a

 
      03-20-2006, 07:28 AM
Konstantin Grudnev wrote:
> Hi !
>
> I have device(ARM920T) and Linuxm, that runs on it.
>
> I look for ways to make the next things:
>
> 1) Make my program to capture raw packets and forward them to the
> server-appplication, without kernel to process this packet to my application
> (i.e. avoid packet duplication)
>
> 2) Send received packet to the server-application.
>
> I found a way to make program capture raw packets, but kernel process these
> packets and server-application receives packets from kernel.
>
> How to make kernel not to process packets, which I'm interested in ?
>
>
>
>

Hi,

Are you using libpcap in your program? I think you should try to
incorporate *your* program into the receiving application itself. That
way, the application will receive and process the packet copies.

If you find another way of doing this please let me know because I need
to do a similar thing ;-)

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Packet capture Kalyan Linux Networking 1 11-28-2007 11:20 AM
Packet capture Kalyan Wireless Internet 1 11-28-2007 05:02 AM
Receiver sensitivity- Packet Detection v/s Packet capture Vinay Wireless Internet 1 10-14-2005 01:50 AM
decrypting packet capture Pigpenn Wireless Internet 0 08-03-2005 01:26 PM
Packet capture drivers Ramya Desai Linux Networking 1 11-29-2004 07:49 PM



1 2 3 4 5 6 7 8 9 10 11