Results 1 to 2 of 2
this is suresh
can any one help me to compress and decompress the ip payload in netwok layer by means of kernel programming.and i'm having the compression method called MOLECULAR ...
- 03-23-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 2
hi dears can any one help me
this is suresh
can any one help me to compress and decompress the ip payload in netwok layer by means of kernel programming.and i'm having the compression method called MOLECULAR SEQUENCE REDUCTION but i don't know how to apply that in network (ie) real time implementation
thanks in advance
suresh g
- 04-23-2006 #2Just Joined!
- Join Date
- Apr 2006
- Posts
- 5
try iptables
i dont have much idea what u r trying to do but i can advice a bit.
As u r trying to modify the ip payload content(by compressing it). So
for this u can extend Netfilter & can make a new iptables targets. That is u can create ur own target for iptables which will compress or decompress the ip payload before sending or after recieving.
As when a packet is recieved or sent the whole content is stored in sk_buff structure so try to change the payload part of this structure using this iptables target.
to learn abt iptables search 4 iptables HOWTOs..
if it works plz tell me.


Reply With Quote
