mirror of
https://github.com/CHN-beta/xmurp-ua.git
synced 2026-01-11 01:09:25 +08:00
改正拼写
This commit is contained in:
@@ -22,7 +22,7 @@ unsigned int hook_funcion(void *priv, struct sk_buff *skb, const struct nf_hook_
|
||||
n_skb_captured++;
|
||||
if(n_skb_captured == n_skb_captured_lastPrint * 2)
|
||||
{
|
||||
printk("rkp-ua: Captured %d packages.\n", n_skb_captured);
|
||||
printk("rkp-ua: Captured %d packets.\n", n_skb_captured);
|
||||
n_skb_captured_lastPrint *= 2;
|
||||
}
|
||||
#ifdef RKP_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user