Oct. 30, 2015
9:48 a.m.
hi all: I capture the TCP packet in function of netif_receive_skb , I want to store the playload of TCP packet in disk directly. we can't read/write the file in kernel module, so store in disk directly maybe a way? This is a good way, or other suggestions? Thank you.