File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/main/java/com/cisco/trex/stateful/api/lowlevel Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
33/** Java implementation for TRex python sdk ASTFCapInfo class */
44public class ASTFCapInfo {
5- private String
6- filePath ; // pcap file name. Filesystem directory location is relative to the profile file in
7- // case it is not start with
5+
6+ // pcap file name. Filesystem directory location is relative to the profile file
7+ private String filePath ;
8+ // rule for server association in default take the destination port from pcap file
9+ private ASTFAssociation assoc ;
810 private float cps ; // new connection per second rate
9- private ASTFAssociation
10- assoc ; // rule for server association in default take the destination port from pcap file
1111 private ASTFIpGen astfIpGen ; // tuple generator for this template
1212 private int port ; // Override destination port, by default is taken from pcap
1313 private float l7Percent ; // L7 stream bandwidth percent
@@ -144,6 +144,7 @@ public int getLimit() {
144144
145145 /** AstfCapInfo builder */
146146 public static final class AstfCapInfoBuilder {
147+
147148 private String filePath ;
148149 private float cps ;
149150 private ASTFAssociation assoc ;
You can’t perform that action at this time.
0 commit comments