]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
pfring: Fix kernel version in comment
authorMax Fillinger <maximilian.fillinger@fox-it.com>
Thu, 18 Jul 2019 11:03:32 +0000 (13:03 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Jul 2019 14:09:37 +0000 (16:09 +0200)
src/source-pfring.c

index 841227efb12e64d2ea4ee903a9f2176e3e0656f3..8976f61359192ea9f1f1b902a49d8b27b39582c4 100644 (file)
@@ -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;