hi,
i want to read the "transport layer data" from network tcp/ip packets..
i done a review and find the "skb_prepare_seq_read" and also "skb_seq_read" functions to read the data from skbuffs..
some questions:
1- is it true that "i should use from this functions"??
2- after read, should i change them to host align (ntoh)?
3- do anyone know any piece of code in the kernel that obviously read the transport layer data from network packets? (for help)
best regards...