summaryrefslogtreecommitdiffstats
path: root/src/rx_check.cpp
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-01-14 04:42:05 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-01-19 04:13:53 +0200
commit62623efc5b700d58335fa994d2e2725863527575 (patch)
treef3140936cd979c7d609bbe91c539f681ddd8e552 /src/rx_check.cpp
parenteee866f42bd0fc8472e6295b4f26bd0697e59f1f (diff)
Adding option to pass NAT info in TCP ACK of first SYN
Diffstat (limited to 'src/rx_check.cpp')
-rwxr-xr-xsrc/rx_check.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rx_check.cpp b/src/rx_check.cpp
index 59b42e1a..7e81ef28 100755
--- a/src/rx_check.cpp
+++ b/src/rx_check.cpp
@@ -1,12 +1,10 @@
-#include "rx_check.h"
-#include "utl_json.h"
/*
Hanoh Haim
Cisco Systems, Inc.
*/
/*
-Copyright (c) 2015-2015 Cisco Systems, Inc.
+Copyright (c) 2015-2016 Cisco Systems, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -21,6 +19,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
+#include "rx_check.h"
+#include "utl_json.h"
+
void CRxCheckFlowTableStats::Clear(){
m_total_rx_bytes=0;