Before the application begins to capture packets, there should be a menu for the user to configure the capture Engine. This feature will rely on public functions from the CaptureEngine that may not be completed.
The Menu provides a way for the user to both see the current values of configured options, and set them through short workflows. Each option allows the user to set the options value, and then returns to the main menu.
Menu Options:
Set Packet Limit
Set Connection Timeout (seconds)
Select Network Interface ( Call the CaptureEngine::SelectInterface() function! )
Set the Console Output ( 1=Livestream, 2=Statistics, 3=Combo Live/Stats )
Before the application begins to capture packets, there should be a menu for the user to configure the capture Engine. This feature will rely on public functions from the CaptureEngine that may not be completed.
The Menu provides a way for the user to both see the current values of configured options, and set them through short workflows. Each option allows the user to set the options value, and then returns to the main menu.
Menu Options: