-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-
cmake_minimum_required(VERSION 2.9)
project (snort CXX C)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-
##############################################################################
# #
# To build another .txt file, add the file to the BUILT_SOURCES variable. #
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
if (BUILD_EXTRA_PLUGINS)
set(SNORT_EXECUTABLE $<TARGET_FILE:snort> CACHE INTERNAL "Snort binary" FORCE)
add_subdirectory(src)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-
################################################
# MACRO FOR ADDING EXAMPLE LIBRARIES
#
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
###################################
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
add_example_library(dpx inspectors dpx.cc)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_example_library(ips_urg ips_options ips_urg.cc)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
add_example_library(alert_ex loggers alert_ex.cc)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_example_library(lowmem search_engines
lowmem.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
# Use this macro to create text files
macro (create_txt_header txt_file hdr_file)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (LUA_SCRIPTS
snort.lua
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# keeping track of external libraries seperately for use in pkg-config.
set(EXTERNAL_LIBRARIES
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set ( ACTIONS_INCLUDES
actions.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
add_subdirectory(root)
add_subdirectory(link)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
if( STATIC_CODECS )
set( PLUGIN_SOURCES
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
if(STATIC_CODECS)
set( PLUGIN_SOURCES
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
if(STATIC_CODECS)
set(PLUGIN_LIST
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
include_directories (${PCAP_INCLUDE_DIR})
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library ( control STATIC
idle_processing.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (DETECTION_INCLUDES
detection_defines.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (INCLUDES
event.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
add_subdirectory(libs)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
add_library ( file STATIC
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (FILTER_INCLUDES
sfrf.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (FLOW_INCLUDES
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (FRAMEWORK_INCLUDES
base_api.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (HASH_INCLUDES
sfghash.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library (helpers STATIC
chunk.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
include_directories(${LUAJIT_INCLUDE_DIR})
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (LOG_INCLUDES
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
include_directories(${LUAJIT_INCLUDE_DIR})
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (INCLUDES
thread.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
include_directories(${LUAJIT_INCLUDE_DIR})
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_subdirectory(arp_spoof)
add_subdirectory(binder)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set(FILE_LIST
arp_spoof.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set(FILE_LIST
binder.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( normalize STATIC
normalize.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
if( BUILD_PROCPIDSTATS )
set (PROCPIDSTATS_SOURCE
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( port_scan
port_scan.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (PACKET_IO_INCLUDES
active.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library (parser STATIC
arg_list.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (PROTOCOL_HEADERS
arp.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (SEARCH_ENGINE_INCLUDES
pat_stats.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_subdirectory(back_orifice)
add_subdirectory(ftp_telnet)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set( FILE_LIST
back_orifice.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (FILE_LIST
ft_main.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set (FILE_LIST
http_inspect.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (FILE_LIST
nhttp_inspect.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set( FILE_LIST
rpc_decode.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set(FILE_LIST
magic.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set(SFIP_INCLUDES
sf_returns.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library ( sfrt STATIC
sfrt.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_subdirectory(base)
add_subdirectory(ip)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( stream_base STATIC
stream_base.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( stream_icmp STATIC
icmp_module.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( stream_ip STATIC
ip_defrag.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( stream_tcp STATIC
stream_paf.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( stream_udp STATIC
stream_udp.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( target_based STATIC
sftarget_reader.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
if ( BUILD_UNIT_TESTS )
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
set (TIME_INCLUDES
cpuclock.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
find_package(Threads REQUIRED)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_subdirectory(u2boat)
add_subdirectory(u2spewfoo)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( config_states
config_alertfile.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_subdirectory (data_types)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( data_types
dt_comment.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( snort2lua_helpers
converter.h
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library( keyword_states
kws_attribute_table.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
add_library(output_states
out_csv.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
add_library(preprocessor_states
pps_arpspoof.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
add_library( rule_states
rule_base64_decode.cc
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
# TESTING RULES
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
include_directories(${PROJECT_SOURCE_DIR}/src/loggers)
-## Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved.
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License Version 2 as
-## published by the Free Software Foundation. You may not use, modify or
-## distribute this program under any other version of the GNU General
-## Public License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
include_directories(${PROJECT_SOURCE_DIR}/src/loggers)