File | Description |
WinPcap_4_1_3.exe | |
lib_toa.lib | TOA static library |
toa_fetcher.h | Header file that the static library relies on |
pcap.h | Header file that the static library relies on |
File | Description |
WinPcap_4_1_3.exe | |
toa_win.exe | TOA program for Windows server |
toa_win.conf | Config file of TOA program for Windows server |
program_auto_up.bat | bat script for Windows server |
demo.go | A sample program written in Go language, used to access TOA services |
Parameter | Required | Description |
ToaWinPort | Yes | The service port of toa_win.exe, used to communicate with TOA client, default is 9999. |
NetworkCardIP | Yes | This is used to identify the IP address of the network interface, for example, 10.75.132.39. This is the NIC that communicates with the client. |
ServerListenIP | Yes | The IP address of the server, for example, 10.75.132.39. It is used to filter TCP flows. |
ServerListenPortList | No | The port list of the server. It is used to filter TCP flows. A maximum of 3 ports can be added.Either ServerListenPortList or PortRange must be configured. |
PortRange | No | The port range of the server. It is used to filter TCP flows. A maximum of 3 port ranges can be added.Either ServerListenPortList or PortRange must be configured. |
CacheSeconds | No | The length of the cache time, unit in seconds. The default is 15 seconds. |
Was this page helpful?