//--------------------------------------------------------------------------
-// Copyright (C) 2015-2015 Cisco and/or its affiliates. All rights reserved.
+// Copyright (C) 2015-2016 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
//--------------------------------------------------------------------------
-// Copyright (C) 2015-2015 Cisco and/or its affiliates. All rights reserved.
+// Copyright (C) 2015-2016 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
add_library( stream_tcp STATIC
- stream_tcp.cc
- stream_tcp.h
+ ips_stream_reassemble.cc
+ ips_stream_size.cc
segment_overlap_editor.h
segment_overlap_editor.cc
+ stream_tcp.cc
+ stream_tcp.h
tcp_module.cc
tcp_module.h
tcp_defs.h
tcp_state_time_wait.h
tcp_stream_state_machine.cc
tcp_stream_state_machine.h
- ips_stream_reassemble.cc
- ips_stream_size.cc
)
add_subdirectory ( test )
noinst_LIBRARIES = libstream_tcp.a
libstream_tcp_a_SOURCES = \
-stream_tcp.cc \
-stream_tcp.h \
+ips_stream_reassemble.cc \
+ips_stream_size.cc \
segment_overlap_editor.h \
segment_overlap_editor.cc \
+stream_tcp.cc \
+stream_tcp.h \
tcp_module.cc \
tcp_module.h \
tcp_debug_trace.h \
tcp_tracker.h \
tcp_session.cc \
tcp_session.h \
-tcp_stream_state_machine.cc \
-tcp_stream_state_machine.h \
tcp_state_closed.cc \
tcp_state_close_wait.cc \
tcp_state_closing.cc \
tcp_state_syn_recv.h \
tcp_state_syn_sent.h \
tcp_state_time_wait.h \
-ips_stream_reassemble.cc \
-ips_stream_size.cc
+tcp_stream_state_machine.cc \
+tcp_stream_state_machine.h
#if BUILD_CPPUTESTS
#SUBDIRS = test
#include "tcp_module.h"
#include "tcp_normalizers.h"
-
class TcpNormalizerFirst : public TcpNormalizer
{
public:
//--------------------------------------------------------------------------
-// Copyright (C) 2015-2015 Cisco and/or its affiliates. All rights reserved.
+// Copyright (C) 2015-2016 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
//--------------------------------------------------------------------------
-// Copyright (C) 2015-2015 Cisco and/or its affiliates. All rights reserved.
+// Copyright (C) 2015-2016 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