Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f34d418
)
Fix for trex-360 - ASA TCP seq num rand handling issue
author
Ido Barnea
<
[email protected]
>
Mon, 27 Feb 2017 10:23:39 +0000
(12:23 +0200)
committer
Ido Barnea
<
[email protected]
>
Mon, 27 Feb 2017 10:23:39 +0000
(12:23 +0200)
Signed-off-by: Ido Barnea <
[email protected]
>
src/bp_sim.cpp
patch
|
blob
|
history
diff --git
a/src/bp_sim.cpp
b/src/bp_sim.cpp
index
243c931
..
6cd0aa1
100755
(executable)
--- a/
src/bp_sim.cpp
+++ b/
src/bp_sim.cpp
@@
-1944,6
+1944,8
@@
void CCapFileFlowInfo::generate_flow(CTupleTemplateGeneratorSmart * tuple_gen,
node->m_dest_idx = tuple.getServerId();
node->m_src_port = tuple.getClientPort();
node->m_client_cfg = tuple.getClientCfg();
+ node->set_nat_tcp_seq_diff_client(0);
+ node->set_nat_tcp_seq_diff_server(0);
node->m_plugin_info =(void *)0;