Browse code

Removing macro used by TooManyFilters heuristic.

Micah Snyder authored on 2018/02/02 05:29:13
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 /*
2
- *  Copyright (C) 2015, 2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
2
+ *  Copyright (C) 2015, 2017-2018 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
3 3
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
4 4
  *
5 5
  *  Authors: Nigel Horne
... ...
@@ -23,7 +23,7 @@
23 23
 
24 24
 #include "others.h"
25 25
 #define PDF_FILTERLIST_MAX  64
26
-#define PDF_FILTER_DTRIGGER 16
26
+
27 27
 struct pdf_obj {
28 28
     uint32_t start;
29 29
     uint32_t id;