http://dildimag.blogspot.com/2005/04/to-do-list.htmlTo Do Listcreate the following variables in struct split_flow_info1. tcp_topions of type tp_opt - This will hold all the info related to TCP options. Need to think if I need to create them or can I use tp_opt 2. prev_flow_hw of type ethhdr - This will store the hw src and dest addr of the incoming packet. I dont think that I would need a similar variable for the forward flow. |