Fix for trex-360 - ASA TCP seq num rand handling issue
authorIdo Barnea <[email protected]>
Mon, 27 Feb 2017 10:23:39 +0000 (12:23 +0200)
committerIdo 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

index 243c931..6cd0aa1 100755 (executable)
@@ -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;