aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/ubntac2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/ubntac2.c')
-rw-r--r--src/lib/protocols/ubntac2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/protocols/ubntac2.c b/src/lib/protocols/ubntac2.c
index d8392fda7..2e35d1d98 100644
--- a/src/lib/protocols/ubntac2.c
+++ b/src/lib/protocols/ubntac2.c
@@ -21,13 +21,10 @@
#include "ndpi_protocol_ids.h"
-#ifdef NDPI_PROTOCOL_UBNTAC2
-
#define NDPI_CURRENT_PROTO NDPI_PROTOCOL_UBNTAC2
#include "ndpi_api.h"
-
static void ndpi_int_ubntac2_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)
{
ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_UBNTAC2, NDPI_PROTOCOL_UNKNOWN);
@@ -94,5 +91,3 @@ void init_ubntac2_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_
ADD_TO_DETECTION_BITMASK);
*id += 1;
}
-
-#endif