Re: [PATCH 4/5] [NET] Add skb_find_text() to search for a text pattern in skbs
From: Thomas Graf <tgraf@suug.ch>
Date: 2005-05-28 11:32:45
From: Thomas Graf <tgraf@suug.ch>
Date: 2005-05-28 11:32:45
* Pablo Neira [ref] 2005-05-28 05:11
Still miss something here. You aren't looking for matches in skbs inserted in skb_shinfo(skb)->frag_list. Have a look at rusty's skb_iter functions. Since he cooked those for this purpose (string matching), why don't we use them instead of yours ?
Absolutely, I'm planning to use rusty's skb_iter instead. I postponed this to when the core infrastructure is stable but thanks a lot for this comment.