Get raw text for this example (you can click any command below to see its doc)
/* Simple conversation test. The work of smtp client will be imitated using info from trace file. rus as: anettest -d eth0#0 -d eth1#1 -f this_file.fws */TRACEPARAMETERS: <name of trace file>Opens the given trace file for subsequent work with it."smtp_client"// specifies the template to imitateINCLUDEconfigSessionPARAMETERS: <name of file>Starts processing the content of given file. The search of file will be performed in the current directory, all search paths (see option -I). For every path the content of samples, headers, traces folders will be also examined. You can also type just the name of file without INCLUDEbefore it.PARAMETERS: <name of file>Starts processing the content of given file. The search of file will be performed in the current directory, all search paths (see option -I). For every path the content of samples, headers, traces folders will be also examined. You can also type just the name of file without INCLUDEbefore it.PARAMETERS: <name of file>Starts processing the content of given file. The search of file will be performed in the current directory, all search paths (see option -I). For every path the content of samples, headers, traces folders will be also examined. You can also type just the name of file without include before it.// requied configuration of testRUNaccept 1-PARAMETERS: <base request> <list of packets>This command starts imitation of application's work. Parameters to command specify the request to result of test. <Base request> may be: drop, any, accept. List of packets, for example: 1;2;3-5;7-. Minus at the end of list means expanding to last packet in trace file. List "any" is equal to "1-".The result for packets from list must correspond to base request. The result for packets not from list must correspond to inverted base request. Ex: "run accept 1-" means "all packets must be accepted", "run drop 6-" means "all packets before 6 must be accepted, rest of packets - dropped", "run any any" means no requests. See "samples/convtest1"// runs test, request to the result of test is specified: all packets must be successfully passed through