]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
pfring: delete unused define.
authorEric Leblond <eric@regit.org>
Fri, 14 Dec 2012 07:47:28 +0000 (08:47 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 21 Feb 2013 10:05:36 +0000 (11:05 +0100)
src/source-pfring.c

index 6c6dcf237d59eff9264b333201d85d888c1f0e36..f18a20fdb1ee60f09dc796084394708c5504f978 100644 (file)
@@ -106,7 +106,6 @@ TmEcode NoPfringSupportExit(ThreadVars *tv, void *initdata, void **data)
 static SCMutex pfring_bpf_set_filter_lock = PTHREAD_MUTEX_INITIALIZER;
 
 /* XXX replace with user configurable options */
-#define LIBPFRING_SNAPLEN     1518
 #define LIBPFRING_PROMISC     1
 #define LIBPFRING_REENTRANT   0
 #define LIBPFRING_WAIT_FOR_INCOMING 1