Prev: Efficient methods
Next: qdisc tbf
From: none on 25 Feb 2010 18:37 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
From: Martin Møller Skarbiniks Pedersen on 26 Feb 2010 13:58 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
From: none on 1 Mar 2010 12:17 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
From: Lew Pitcher on 1 Mar 2010 13:18 On March 1, 2010 12:17, in comp.os.linux.networking, eat(a)joes.com 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. Have I > 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. ------
|
Pages: 1 Prev: Efficient methods Next: qdisc tbf |