Networking Forums

Networking Forums > Computer Networking > Linux Networking > WPE for linux

Reply
Thread Tools Display Modes

WPE for linux

 
 
none
Guest
Posts: n/a

 
      02-25-2010, 11:37 PM
Hello,

Does anyone know if there is a program like Winsock Packet Editor for linux?
I'd like to be able to alter the content of a packet as it is being sent or
received.

Thanks
 
Reply With Quote
 
 
 
 
Martin Møller Skarbiniks Pedersen
Guest
Posts: n/a

 
      02-26-2010, 06:58 PM
none wrote:
> Hello,
>
> Does anyone know if there is a program like Winsock Packet Editor for linux?
> I'd like to be able to alter the content of a packet as it is being sent or
> received.
>
> Thanks


man iptables
search for mangle.

Regards
Martin
 
Reply With Quote
 
none
Guest
Posts: n/a

 
      03-01-2010, 05:17 PM
Martin Møller Skarbiniks Pedersen wrote:

> none wrote:
>> Hello,
>>
>> Does anyone know if there is a program like Winsock Packet Editor for
>> linux? I'd like to be able to alter the content of a packet as it is
>> being sent or received.
>>
>> Thanks

>
> man iptables
> search for mangle.
>
> Regards
> Martin


Thanks for the suggestion. I could only find information about altering the
routing information. I'd like to alter the data in the packet. Have I
overlooked something?

Thanks
 
Reply With Quote
 
Lew Pitcher
Guest
Posts: n/a

 
      03-01-2010, 06:18 PM
On March 1, 2010 12:17, in comp.os.linux.networking, (E-Mail Removed) wrote:

> Martin Møller Skarbiniks Pedersen wrote:
>
>> none wrote:
>>> Hello,
>>>
>>> Does anyone know if there is a program like Winsock Packet Editor for
>>> linux? I'd like to be able to alter the content of a packet as it is
>>> being sent or received.
>>>
>>> Thanks

>>
>> man iptables
>> search for mangle.
>>
>> Regards
>> Martin

>
> Thanks for the suggestion. I could only find information about altering
> the
> routing information. I'd like to alter the data in the packet. HaveI
> overlooked something?


You can use iptables(8) to direct a packet to a queue for userspace
processing /before/ it is passed along to the sockets layer. Thus, you can
intercept and alter packets before they are put on the wire or passed to an
application.

--
Lew Pitcher
Master Codewright & JOAT-in-training | Registered Linux User #112576
Me: http://pitcher.digitalfreehold.ca/ | Just Linux: http://justlinux.ca/
---------- Slackware - Because I know what I'm doing. ------


 
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




1 2 3 4 5 6 7 8 9 10 11