From 4f3bb48f83acb9c784aaa45a4fb4e3bd50ca7cb6 Mon Sep 17 00:00:00 2001 From: Max Fillinger Date: Thu, 18 Jul 2019 13:03:32 +0200 Subject: [PATCH] pfring: Fix kernel version in comment --- src/source-pfring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source-pfring.c b/src/source-pfring.c index 841227efb1..8976f61359 100644 --- a/src/source-pfring.c +++ b/src/source-pfring.c @@ -628,7 +628,7 @@ TmEcode ReceivePfringThreadInit(ThreadVars *tv, const void *initdata, void **dat ptv->tv); #endif - /* If kernel is older than 3.8, VLAN is not stripped so we don't + /* If kernel is older than 3.0, VLAN is not stripped so we don't * get the info from packt extended header but we will use a standard * parsing */ ptv->vlan_in_ext_header = 1;