Jan. 20, 2017
8:43 a.m.
Hi there, I have a problem with the function skb_find_text(). Commit 059a2440fd3cf4ec57735db2c0a90401cde84fca removes the state argument from the parameters with the hint, that it isn't needed by the caller. But is it not needed by the function textsearch_next? Example: int pos; struct ts_state state; for (pos = skb_find_text(skb, 0, INT_MAX, conf); pos != UINT_MAX; pos = textsearch_next(conf, &state)) pr_info("String was found."); Is this the right way to search for a string? Thanks, Jannik Becher
3493
Age (days ago)
3493
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jannik Becher